Consolidate list template

Rearrange styles and templates to use the list partial templates in termlite.
This commit is contained in:
Eryn Wells 2024-10-24 10:04:54 -06:00
parent 4cb92ab5a9
commit 9620d4e8b5
3 changed files with 17 additions and 61 deletions

View file

@ -79,8 +79,9 @@
}
}
.photostream-grid {
grid-column: full-start / full-end;
.main--photostream .main__posts-by-year {
grid-column: main-start / main-end;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
@ -88,24 +89,8 @@
margin-block-end: var(--space-l);
}
> .photostream-grid__date-heading {
align-items: center;
background-color: var(--gray6);
display: flex;
height: 100%;
justify-content: center;
line-height: 1;
width: 100%;
> h2 {
font-size: var(--text-xxl);
margin: 0;
&::after {
color: var(--text-color-secondary);
content: ">";
}
}
.main__section-heading {
grid-column: 1 / -1;
}
}