25.095
Bearbeitungen
RaWen (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
RaWen (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 53: | Zeile 53: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
margin-bottom: 1.2rem; | |||
position: relative; | |||
. | |||
} | } | ||
/* Copyright-Symbol */ | /* Copyright-Symbol */ | ||
.symbol { | .symbol { | ||
font-size: | font-size: 70px; | ||
font-weight: bold; | font-weight: bold; | ||
user-select: none; | user-select: none; | ||
color: rgba(0,0,0,0. | color: rgba(0,0,0,0.15); | ||
position: absolute; | |||
left: 0; | |||
top: 50%; | |||
transform: translateY(-50%); | |||
z-index: 0; | |||
} | } | ||
/* Logo-Bereich */ | /* Logo-Bereich */ | ||
.logo { | .logo { | ||
width: 100%; | |||
text-align: center; | text-align: center; | ||
z-index: 1; | |||
position: relative; | |||
} | } | ||
Zeile 155: | Zeile 143: | ||
font-size: 0.9rem; | font-size: 0.9rem; | ||
line-height: 1.5; | line-height: 1.5; | ||
} | } | ||
Zeile 201: | Zeile 188: | ||
@media screen and (max-width: 480px) { | @media screen and (max-width: 480px) { | ||
.symbol { | .symbol { | ||
margin- | font-size: 60px; | ||
position: static; | |||
display: block; | |||
text-align: center; | |||
transform: none; | |||
margin-bottom: 0.5rem; | |||
} | } | ||
. | .header-container { | ||
flex-direction: column; | |||
} | } | ||