@@ -24,6 +24,10 @@
|
||||
height: 90vh;
|
||||
}
|
||||
|
||||
.margin-bottom-0 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.heading-2 {
|
||||
font-size: 3.56rem;
|
||||
line-height: 110%;
|
||||
@@ -91,6 +95,26 @@ a:not([href^='#']) {
|
||||
font-size: 2.82rem;
|
||||
}
|
||||
|
||||
#logo-container img {
|
||||
height: 56px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width:360px) {
|
||||
#willkommen-banner {
|
||||
height: calc(100vh - 56px);
|
||||
max-height: 300px;
|
||||
|
||||
.parallax img {
|
||||
max-width: 130%;
|
||||
}
|
||||
}
|
||||
|
||||
.heading-2,
|
||||
h2 {
|
||||
font-size: 2.12rem;
|
||||
}
|
||||
|
||||
#logo-container img {
|
||||
height: 56px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user