Skip to content

Instantly share code, notes, and snippets.

@bodiequirk
Last active October 4, 2017 20:46
Show Gist options
  • Save bodiequirk/ffcf3173c4eea3d5bf2d to your computer and use it in GitHub Desktop.
Save bodiequirk/ffcf3173c4eea3d5bf2d to your computer and use it in GitHub Desktop.
Simple Social Icons Media Queries
@media only screen and (max-width: 1140px) {
.header-widget-area .simple-social-icons ul.alignright {
float: none;
display: table;
margin: 0 auto;
}
}
@media only screen and (max-width: 839px) {
.site-header .widget-area {
margin-top: 20px;
}
}
/* min-width: 480 max-width: 1140 */
.simple-social-icons {
align: center;
}
/* min-width: 480 max-width: 839 */
/* HTML5 5th @media query trigger point */
.site-header {
min-height: 80px;
}
.header-image .site-header .wrap .title-area {
width: 289px;
height: 81px;
background-size: 289px 81px;
}
max-width: 479
/* HTML5 5th @media query trigger point */
.site-header {
min-height: 80px;
}
.header-image .site-header .wrap .title-area {
width: 246px;
height: 69px;
background-size: 246px 69px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment