chore: pagination + misc updates

This commit is contained in:
Cory Dransfeldt 2024-05-29 08:58:30 -07:00
parent 616a725b2e
commit 5a73013e37
No known key found for this signature in database
12 changed files with 27 additions and 17 deletions

View file

@ -8,6 +8,10 @@
gap: var(--sizing-sm);
margin-bottom: var(--sizing-base);
&.no-pagination {
margin-bottom: 0;
}
&.square {
grid-template-columns: var(--grid-square);

View file

@ -53,6 +53,10 @@
grid-template-columns: repeat(2,minmax(0,1fr));
margin-bottom: var(--sizing-base);
&.no-pagination {
margin-bottom: 0;
}
& a,
& div {
display: flex;