add days back to upcoming events, tidy up design a little
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user