add some featured content blocks, correct event item image size, placeholder color variables

This commit is contained in:
elisejakob
2024-05-10 17:16:38 +02:00
parent de0af201cc
commit b721eefb02
9 changed files with 169 additions and 81 deletions

View File

@ -5,13 +5,16 @@
.image {
width: 100%;
height: auto;
// padding-top: 60%;
background: var(--color-neufPink);
padding-top: 60%;
background: var(--color-placeholder);
position: relative;
img {
position: absolute;
top: 0;
width: 100%;
height: auto;
height: 100%;
object-fit: cover;
}
}
@ -26,4 +29,4 @@
.details {
font-family: var(--font-serif);
}
}