[TASK] verschiedene Änderungen

- footer-banner  Höhe angepasst
- nicht Sprunglinks eingefärbt
- Logo-Größe angepasst
- Viewport-Anpassung
This commit is contained in:
Christian Seyfferth 2020-04-10 21:05:46 +02:00
parent f1913a0e3e
commit fae87feaf9

View File

@ -6,7 +6,9 @@
#buchung-banner {} #buchung-banner {}
#footer-banner {} #footer-banner {
height: 90vh;
}
.heading-2 { .heading-2 {
font-size: 3.56rem; font-size: 3.56rem;
@ -34,10 +36,25 @@
content: attr(data-name) "@"attr(data-domain) "."attr(data-tld); content: attr(data-name) "@"attr(data-domain) "."attr(data-tld);
} }
@media only screen and (max-width:380px) { a:not([href^='#']) {
color: #8bc34a;
}
#logo-container img {
height: 64px;
}
@media only screen and (max-width:600px) {
#willkommen-banner {
height: calc(100vh - 56px);
}
.heading-2, .heading-2,
h2 { h2 {
font-size: 2.82rem; font-size: 2.82rem;
} }
#logo-container img {
height: 56px;
}
} }