[TASK] verschiedene Änderungen
- footer-banner Höhe angepasst - nicht Sprunglinks eingefärbt - Logo-Größe angepasst - Viewport-Anpassung
This commit is contained in:
parent
f1913a0e3e
commit
fae87feaf9
21
style.css
21
style.css
@ -6,7 +6,9 @@
|
||||
|
||||
#buchung-banner {}
|
||||
|
||||
#footer-banner {}
|
||||
#footer-banner {
|
||||
height: 90vh;
|
||||
}
|
||||
|
||||
.heading-2 {
|
||||
font-size: 3.56rem;
|
||||
@ -34,10 +36,25 @@
|
||||
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,
|
||||
h2 {
|
||||
font-size: 2.82rem;
|
||||
}
|
||||
|
||||
#logo-container img {
|
||||
height: 56px;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user