misc design improvements

This commit is contained in:
elise
2024-08-09 01:05:34 +02:00
parent 6a110b343b
commit 09c7028ffc
7 changed files with 70 additions and 40 deletions

View File

@ -9,11 +9,12 @@
.date {
display: inline-block;
width: 14em;
font-family: var(--font-serif);
font-size: var(--font-size-body);
font-size: var(--font-size-caption);
position: relative;
line-height: 1.2;
margin: 0 2rem 1rem 0;
line-height: 1.4;
padding: 0 2rem 1rem 0;
}
.time {
@ -29,9 +30,10 @@
}
.hour {
display: block;
display: inline-block;
}
.venue {
display: inline-block;
font-style: italic;
}