add days back to upcoming events, tidy up design a little

This commit is contained in:
elise
2024-08-06 19:47:39 +02:00
parent b8f4521b33
commit 22cc78bc99
4 changed files with 46 additions and 25 deletions

View File

@ -20,7 +20,6 @@
&.medium {
--size-image-width: 8rem;
grid-template-rows: 1fr 2fr;
grid-template-columns: var(--size-image-width) auto;
column-gap: .6rem;
align-items: center;
@ -28,7 +27,6 @@
.image {
width: var(--size-image-width);
grid-row: span 2;
}
.dates,
@ -37,6 +35,18 @@
font-size: var(--font-size-body);
}
.day {
&:first-letter {
text-transform: uppercase;
}
font-family: var(--font-serif);
font-size: var(--font-size-caption);
}
.title {
margin: .2em 0;
}
.dates {
font-size: var(--font-size-caption);
}