lbry.com/web/scss/_home.scss
2017-04-27 16:20:00 -04:00

39 lines
No EOL
654 B
SCSS

@import "global";
$height: calc(100vh - 156px);
@media(min-width: 1200px) {
.home {
> div.cover {
max-width: 50%;
margin-top: 0 !important;
}
.home__title, .home__copy {
float: left;
}
.home__title {
padding-bottom: 0 !important;
}
.home__copy {
padding-top: 0 !important;
}
.home__media {
float: right;
height: $height;
}
@include clearfix();
}
}
.home__media {
text-align: center;
> img {
box-shadow: 0 0 10px rgba(0,0,0,0.8);
max-height: 100%;
}
}
.home__copy {
max-width: $max-post-content-width;
margin-left: auto;
margin-right: auto;
}