adventskalender/shared/style.css aktualisiert

This commit is contained in:
2025-11-02 21:48:54 +00:00
parent e28d6e7a64
commit 340b6e79af

View File

@@ -41,8 +41,9 @@ html, body {
.kalenderbild img {
display: block;
aspect-ratio: 16 / 9;
max-width: 100vw;
max-height: 100dvh;
/* Abstand für Rahmen oben + unten einberechnet */
max-height: calc(100dvh - 8px);
max-width: calc(100vw - 8px);
border: 4px solid var(--ci-gold);
border-radius: 12px;
object-fit: contain;