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; | ||
justify-content: center; | |||
margin-bottom: 1.2rem; | margin-bottom: 1.2rem; | ||
gap: 15px; /* Abstand zwischen Symbol und Logo */ | |||
height: 80px; /* Feste Höhe für den Container */ | |||
} | } | ||
Zeile 62: | Zeile 64: | ||
font-weight: bold; | font-weight: bold; | ||
user-select: none; | user-select: none; | ||
color: rgba(0,0,0,0. | color: rgba(0,0,0,0.5); | ||
display: flex; | |||
align-items: center; | |||
height: 100%; | |||
} | } | ||
/* Logo-Bereich */ | /* Logo-Bereich */ | ||
.logo { | .logo { | ||
height: 100%; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
} | } | ||
.logo img { | .logo img { | ||
max- | max-height: 100%; | ||
width: auto; | |||
object-fit: contain; | object-fit: contain; | ||
border-radius: 6px; | |||
} | } | ||
/* Bilder */ | /* Bilder */ | ||
.box-content img { | .box-content img { | ||
max-width: 100%; | max-width: 100%; | ||
} | } | ||
Zeile 188: | Zeile 186: | ||
@media screen and (max-width: 480px) { | @media screen and (max-width: 480px) { | ||
. | .header-container { | ||
flex-direction: column; | |||
height: auto; | |||
gap: 5px; | |||
} | |||
.symbol, .logo { | |||
height: auto; | |||
} | } | ||
. | .logo img { | ||
max-height: 60px; | |||
} | } | ||