dash-website/_sass/_1024.scss
2016-07-12 09:26:33 -04:00

40 lines
No EOL
508 B
SCSS

@media (max-width: 1279px) {
.content {
width: 1000px;
margin: 0 auto;
}
h1 {
font-size: 34px;
}
h2 {
font-size: 20px;
}
#background-video {
top: -40px;
max-height: 600px;
}
#key-features {
padding: 0 30px 0 30px;
.col {
width: 50%;
}
.feature {
margin-right: 0px;
.icon {
width: 40px;
height: auto;
margin: 0 30px 100px 0;
}
}
.screenshot {
padding: 40px 30px 30px 10px;
}
}
.feature {
img {
width: 60px;
height: auto;
}
}
}