Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
Merge pull request #39 from jonathanmoore/patch-1
Browse files Browse the repository at this point in the history
Removed non UTF-8 characters
  • Loading branch information
Coby Chapple authored Jun 11, 2016
2 parents 0456b81 + b5b03e0 commit 490be0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gridism.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.grid .unit:first-child { padding-left: 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:last-child { padding-right: 0; }
.unit .grid:first-child > .unit { padding-top: 0; }
Expand Down Expand Up @@ -98,7 +98,7 @@

/* Responsive Stuff */
@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 */
.grid:not(.no-stacking-on-mobiles) > .unit {
width: 100% !important;
Expand Down

0 comments on commit 490be0b

Please sign in to comment.