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 #33 from brijeshb42/master
Browse files Browse the repository at this point in the history
Update gridism.css
  • Loading branch information
Coby Chapple committed Jan 7, 2015
2 parents 2422ce2 + 2faf6a5 commit 0456b81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gridism.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@
max-width: 100%;
}

/* Hide elements using this class by default */
.only-on-mobiles {
display: none !important;
}

/* Responsive Stuff */
@media screen and (max-width: 568px) {
/* Stack anything that isn’t full-width on smaller screens
Expand All @@ -112,6 +117,9 @@
.hide-on-mobiles {
display: none !important;
}
.only-on-mobiles {
display: block !important;
}
}

/* Expand the wrap a bit further on larger screens */
Expand Down

0 comments on commit 0456b81

Please sign in to comment.