adventskalender/shared/style.css aktualisiert
This commit is contained in:
@@ -39,4 +39,14 @@ html, body {
|
|||||||
padding: 0.5rem 1rem;
|
padding: 0.5rem 1rem;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.kalenderbild img {
|
||||||
|
display: block;
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
margin: 2rem auto;
|
||||||
|
border: 4px solid var(--ci-gold);
|
||||||
|
border-radius: 12px;
|
||||||
|
box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user