Last active
August 17, 2016 14:21
-
-
Save anthonydillon/395ff5729723ee280ec37eea1fa15bd3 to your computer and use it in GitHub Desktop.
scratch.css
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
/* | |
* Temporary styles to fix some inconsistencies between the latest markup and | |
* changes in cloud-vanilla-theme. | |
*/ | |
.inline-list li { | |
display: inline-block; | |
} | |
.wrapper { | |
overflow: visible; | |
} | |
@media only screen and (min-width: 768px) { | |
.wrapper { | |
overflow: hidden; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment