mirror of
https://github.com/danog/sass-site.git
synced 2024-12-13 01:47:44 +01:00
24 lines
393 B
SCSS
24 lines
393 B
SCSS
.hero-image img {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
@include breakpoint($tablet-large) {
|
|
.hero-lockup {
|
|
@extend %clear-fix-tablet-large;
|
|
margin-top: -4em;
|
|
|
|
.hero-image {
|
|
@include span(6);
|
|
@include padding-leader;
|
|
padding-right: 1em;
|
|
}
|
|
|
|
.introduction {
|
|
@include span(6 omega);
|
|
@include padding-leader;
|
|
text-align: left;
|
|
}
|
|
}
|
|
}
|