mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
40 lines
No EOL
508 B
SCSS
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;
|
|
}
|
|
}
|
|
} |