Skip to content

Instantly share code, notes, and snippets.

@haicu
Created November 24, 2016 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haicu/c6f6d52fe7e9e40fb2643db2fc82db68 to your computer and use it in GitHub Desktop.
Save haicu/c6f6d52fe7e9e40fb2643db2fc82db68 to your computer and use it in GitHub Desktop.
TTB media query tablet
/* Adapted small menu styling. */
@media screen and (min-width: 769px) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
@media screen and (max-width: 768px) {
.content-area {
margin: 0;
width: 100%;
}
.site-main {
margin: 0;
}
.site-content .widget-area {
width:100%;
} /* end media query max 768 * /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment