adventskalender/shared/style.css aktualisiert

This commit is contained in:
2025-11-02 22:01:08 +00:00
parent bad7468855
commit 73db74b496

View File

@@ -59,8 +59,8 @@ main > h1 {
/* === Bild selbst === */
.kalenderbild img {
display: block;
max-width: 98%;
max-height: calc(100dvh - 3rem); /* Platz für h1 */
max-width: 100%;
max-height: calc(98dvh - 3rem); /* Platz für h1 */
height: auto;
width: auto;
border: 4px solid var(--ci-gold);