Last active
August 29, 2015 14:08
-
-
Save dankmitchell/6eb05552929fc0600970 to your computer and use it in GitHub Desktop.
primary_carousel.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.main-home-carousel__link { | |
display: block; | |
background-position: center center; | |
background-repeat: no-repeat; | |
background-size: cover; | |
min-height: 308px; | |
text-align: center; | |
z-index: 0; | |
} | |
.main-home-carousel__image { | |
background-position: 2rem 1rem; | |
background-repeat: no-repeat; | |
background-size: 100%; | |
display: block; | |
height: 355px; | |
left: 0; | |
margin: 0 auto; | |
max-width: 1000px; | |
position: relative; | |
top: 0; | |
width: 100%; | |
z-index: 1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment