Last active
August 29, 2015 14:00
-
-
Save Riveascore/11301323 to your computer and use it in GitHub Desktop.
Ink necessary for proper Firefox functioning!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Firefox display hack */ | |
@media only screen and (max-width: 600px) { | |
table[class="body"] .row tr, | |
table[class="body"] .row tbody { | |
display: block; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment