Christian eec086da43 [TASK] Parallax-Container refactoring
- Höhe nun per style.css steuern
2020-04-10 18:52:43 +02:00

43 lines
670 B
CSS

#willkommen-banner {
height: calc(100vh - 64px);
}
#wohnung-banner {}
#buchung-banner {}
#footer-banner {}
.heading-2 {
font-size: 3.56rem;
line-height: 110%;
margin: 2.3733333333rem 0 1.424rem 0;
}
.heading-3 {
font-size: 1.64rem;
line-height: 110%;
margin: 1.0933333333rem 0 .656rem 0;
}
.heading-5 {
font-size: 1.64rem;
line-height: 110%;
margin: 1.0933333333rem 0 .656rem 0;
}
.uppercase {
text-transform: uppercase;
}
.cryptmail:after {
content: attr(data-name) "@"attr(data-domain) "."attr(data-tld);
}
@media only screen and (max-width:380px) {
.heading-2,
h2 {
font-size: 2.82rem;
}
}