Skip to content

Instantly share code, notes, and snippets.

@eliwilliamson
Created July 18, 2014 16:00
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 eliwilliamson/14bc4ebcecee844c4e23 to your computer and use it in GitHub Desktop.
Save eliwilliamson/14bc4ebcecee844c4e23 to your computer and use it in GitHub Desktop.
.culture {
@include background-opacity($gray-light, 1);
background-color: $gray-light;
background: url('../img/bg-brown-paper.png') top left 70px repeat;
color: $gray-dark;
overflow: hidden;
padding: 4em 0 4.5em 0;
@include media($large) {
background: url("../img/bg-cs-thirty.png") left center no-repeat,
url("../img/bg-brown-paper.png") left top repeat;
background-size: auto 100%, 70px 70px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment