Merge branch 'clorichel-patch-1'
* clorichel-patch-1: no more invalid US-ASCII on lines 30 and 97
This commit is contained in:
commit
cc3197856b
|
@ -27,7 +27,7 @@
|
||||||
.grid .unit:first-child { padding-left: 20px; }
|
.grid .unit:first-child { padding-left: 20px; }
|
||||||
.grid .unit:last-child { padding-right: 20px; }
|
.grid .unit:last-child { padding-right: 20px; }
|
||||||
|
|
||||||
/* Nested grids already have padding though, so let’s nuke it */
|
/* Nested grids already have padding though, so let's nuke it */
|
||||||
.unit .unit:first-child { padding-left: 0; }
|
.unit .unit:first-child { padding-left: 0; }
|
||||||
.unit .unit:last-child { padding-right: 0; }
|
.unit .unit:last-child { padding-right: 0; }
|
||||||
.unit .grid:first-child > .unit { padding-top: 0; }
|
.unit .grid:first-child > .unit { padding-top: 0; }
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
/* Responsive Stuff */
|
/* Responsive Stuff */
|
||||||
@media screen and (max-width: 568px) {
|
@media screen and (max-width: 568px) {
|
||||||
/* Stack anything that isn’t full-width on smaller screens
|
/* Stack anything that isn't full-width on smaller screens
|
||||||
and doesn't provide the no-stacking-on-mobiles class */
|
and doesn't provide the no-stacking-on-mobiles class */
|
||||||
.grid:not(.no-stacking-on-mobiles) > .unit {
|
.grid:not(.no-stacking-on-mobiles) > .unit {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
|
Loading…
Reference in New Issue