-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminigrid.min.css
3 lines (3 loc) · 1.52 KB
/
minigrid.min.css
1
2
3
@charset "UTF-8";
/* Minigrid v1.0.2 * https://github.com/Serrin/Minigrid/ * license: MIT */
.mg-nopadding{padding:0 !important;}.mg-container{display:block;width:100%;max-width:1140px;margin:0 auto;padding:0 0.5rem;}.mg-row{display:block;width:unset;margin:0 -0.5rem;padding:0;}.mg-col{display:block;width:100%;max-width:100%;padding:0.5rem;}@media(min-width:768px){.mg-row{display:flex;flex-flow:row wrap;justify-content:flex-start;align-content:flex-start;align-items:stretch;}.mg-col-6{flex:0 6.25%;max-width:6.25%;}.mg-col-8{flex:0 8.3333%;max-width:8.3333%;}.mg-col-12{flex:0 12.5%;max-width:12.5%;}.mg-col-16{flex:0 16.6666%;max-width:16.6666%;}.mg-col-20{flex:0 20%;max-width:20%;}.mg-col-25{flex:0 25%;max-width:25%;}.mg-col-33{flex:0 33.3333%;max-width:33.3333%;}.mg-col-40{flex:0 40%;max-width:40%;}.mg-col-41{flex:0 41.6667%;max-width:41.6667%;}.mg-col-50{flex:0 50%;max-width:50%;}.mg-col-58{flex:0 58.3333%;max-width:58.3333%;}.mg-col-60{flex:0 60%;max-width:60%;}.mg-col-66{flex:0 66.6667%;max-width:66.6667%;}.mg-col-75{flex:0 75%;max-width:75%;}.mg-col-80{flex:0 80%;max-width:80%;}.mg-col-83{flex:0 83.3334%;max-width:83.3334%;}.mg-col-91{flex:0 91.6667%;max-width:91.6667%;}.mg-col-100{flex:1 1 100%;max-width:100%;}.mg-col-flex-1{flex:1;}.mg-col-flex-2{flex:2;}.mg-col-flex-3{flex:3;}.mg-col-flex-4{flex:4;}.mg-col-flex-5{flex:5;}.mg-col-flex-6{flex:6;}.mg-col-flex-7{flex:7;}.mg-col-flex-8{flex:8;}.mg-col-flex-9{flex:9;}.mg-col-flex-10{flex:10;}.mg-col-flex-11{flex:11;}.mg-col-flex-12{flex:12;}}[class^="mg-"]{box-sizing:border-box;}