Line 27: | Line 27: | ||
height: 90vh !important; | height: 90vh !important; | ||
} | } | ||
− | @media (max-width: | + | @media (max-width: 1500px) { |
.t-cover { | .t-cover { | ||
margin-top: 40px; | margin-top: 40px; | ||
− | height: | + | height: 70vh !important; |
} | } | ||
} | } |
Revision as of 08:34, 6 October 2018
body {
background-color: #272625;
}
- HQ_page p {
font-size: 18px; margin: 0; background-color: #010E00;
} h3, h4, p {
color: white; padding-bottom: 10px;
} .container.content {
margin-top: 70px;
} .caret {
display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent;
}
.t-cover { height: 90vh !important; }
@media (max-width: 1500px) {
.t-cover { margin-top: 40px; height: 70vh !important; }
} @media (max-width: 768px) {
.t-cover { margin-top: 40px; height: 20vh !important; }
}
- star-svg {
margin-top: 120px;
}
- landing-page-video {
min-width: 100%;
}
video { display: inline-block; vertical-align: baseline; } .landing-video { width: 80%; }