adventskalender/shared/style.css aktualisiert

This commit is contained in:
2025-11-02 22:01:45 +00:00
parent 73db74b496
commit 8c88fa4fe1

View File

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