Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Created January 17, 2014 19:09
Show Gist options
  • Save shazdeh/8479479 to your computer and use it in GitHub Desktop.
Save shazdeh/8479479 to your computer and use it in GitHub Desktop.
Flat: make section backgrounds cover the entire section
.sidebar-none.list-post .section {
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment