Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save austinmcconnell/9832760 to your computer and use it in GitHub Desktop.
Save austinmcconnell/9832760 to your computer and use it in GitHub Desktop.
Hide Site Tagline for Small Screens in Minimum Pro
@media only screen and (max-width: 600px) {
.minimum .site-tagline{
display: none;
}
.home-featured-1,
.home-featured-2,
.home-featured-3,
.home-featured-4 {
width: 50%;
}
.home-featured .widget-area:nth-of-type(2n+1) {
clear: left;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment