Working with the team opening
user_3758723130
css
3 years ago
448 B
15
Indexable
@media screen and (min-width:901px){
&{
padding-top: 7rem;
}
}
div.opening__text-holder {
margin: 0 auto;
text-align: center;
max-width: 700px;
}
div.opening.redesign{
min-height: 75vh;
}
@media only screen and (max-width: 768px) {
div.opening__text {
margin-top: 200px;
}
h1 {
font-size: 39px;
}
.lp-h1 {
font-size 39px;
}
}Editor is loading...