Skip to content

Instantly share code, notes, and snippets.

@anthonydillon
Last active August 17, 2016 14:21
Show Gist options
  • Save anthonydillon/395ff5729723ee280ec37eea1fa15bd3 to your computer and use it in GitHub Desktop.
Save anthonydillon/395ff5729723ee280ec37eea1fa15bd3 to your computer and use it in GitHub Desktop.
scratch.css
/*
* 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