adventskalender/shared/style.css aktualisiert

This commit is contained in:
2025-11-02 21:11:23 +00:00
parent cfeb0bda86
commit 37fe81d5a5

View File

@@ -20,6 +20,9 @@ html, body {
background-size: cover;
color: var(--ci-creamwhite);
text-align: center;
box-sizing: border-box;
overflow-x: hidden;
width: 100%;
}
.year-list ul {
@@ -41,18 +44,20 @@ html, body {
display: inline-block;
}
*, *::before, *::after {
box-sizing: inherit;
}
.kalenderbild {
width: 100vw;
overflow-x: hidden;
box-sizing: border-box;
padding: 0 1rem;
max-width: 100%;
margin: 0 auto;
overflow: hidden;
}
.kalenderbild img {
display: block;
width: 100%;
height: auto;
display: block;
border: 4px solid var(--ci-gold);
border-radius: 12px;
box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}