Add the latest /now entry to index page

This commit is contained in:
2024-04-13 21:49:30 -05:00
parent 049ba826dc
commit a6bd281946
2 changed files with 22 additions and 0 deletions

View File

@ -200,6 +200,11 @@ header, footer, main {
nav {
grid-column: 2 / span 12;
}
.now {
display: grid;
grid-column: 1 / span 12;
padding-bottom: var(--space-xl);
}
section {
display: grid;
grid-column: 1 / span 12;