[TASK] Überschriften und Startbild angepasst

fixes #11
 fixes #7
This commit is contained in:
2020-04-26 17:17:20 +02:00
parent 776ae35c61
commit 84db669698
3 changed files with 43 additions and 4 deletions
+24
View File
@@ -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;
}