Skip to content

Instantly share code, notes, and snippets.

@zaigham
Created July 11, 2012 14:17
Show Gist options
  • Save zaigham/3090629 to your computer and use it in GitHub Desktop.
Save zaigham/3090629 to your computer and use it in GitHub Desktop.
.slideshow {
@include outerRow();
@include mobileRow();
@extend .white-box;
.slide {
@include column(12);
@include mobileColumn(4);
height: 400px;
padding: 8px;
}
.slide-content {
@include column(4);
@include mobileColumn(1);
@include background-image(linear-gradient(#454140,#292526));
height: 100%;
}
.slide-image {
@include column(8, collapse);
@include mobileColumn(3);
height: 100%;
overflow: hidden;
img {
min-width: 648px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment