Merge branch 'clorichel-patch-1'

* clorichel-patch-1:
  no more invalid US-ASCII on lines 30 and 97
This commit is contained in:
Parker Moore 2016-11-10 13:11:29 -08:00
commit cc3197856b
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 2 additions and 2 deletions

View File

@ -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 lets 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 isnt 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;