Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created June 19, 2014 09:59
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 braddalton/fb1a668e391d7d237583 to your computer and use it in GitHub Desktop.
Save braddalton/fb1a668e391d7d237583 to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 1139px) {
.home-section-1,
.home-section-3,
.home-section-5 {
background-attachment: scroll;
background-position: top;
-webkit-background-size: auto;
-moz-background-size: auto;
background-size: auto;
}
}
@media only screen and (max-width: 1023px) {
.parallax-home .site-inner {
max-width: none;
}
.parallax-home .site-inner {
margin-top: 0;
}
}
@media only screen and (max-width: 768px) {
.parallax-home .site-inner {
padding: 0;
}
.home-even,
.home-odd {
padding: 90px 0 100px;
}
.parallax-home .simple-social-icons ul li {
margin: 0 20px 20px !important;
}
}
@media only screen and (max-width: 480px) {
.home-even .widget-title,
.home-odd .widget-title {
font-size: 36px;
}
.home-even,
.home-odd {
font-size: 22px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment