sass-site/source/assets/css/components/_hero-image.scss

29 lines
465 B
SCSS
Raw Normal View History

2013-10-13 20:31:48 +02:00
.hero-image img {
max-width: 100%;
height: auto;
}
@include breakpoint($tablet-large) {
.hero-lockup {
2013-10-17 09:20:58 +02:00
@extend %table-layout-tablet-large;
margin: {
top: -4em;
bottom: -4em;
}
2013-10-13 20:31:48 +02:00
.hero-image {
2013-10-17 09:20:58 +02:00
@extend %table-layout-cell-tablet-large;
padding: {
right: 2em;
bottom: 0;
}
2013-10-13 20:31:48 +02:00
}
.introduction {
2013-10-17 09:20:58 +02:00
@extend %table-layout-cell-tablet-large;
padding: 0;
2013-10-13 20:31:48 +02:00
text-align: left;
}
}
}