feat: more chart periods

This commit is contained in:
Cory Dransfeldt 2024-04-05 09:42:42 -07:00
parent 3bad27b305
commit cab278f102
No known key found for this signature in database
8 changed files with 79 additions and 10 deletions

View file

@ -4,13 +4,17 @@
}
.now__section--header,
.now__section--header-buttons,
.recent__links-header {
margin: var(--sizing-3xl) 0 var(--sizing-lg);
}
.now__section--header-buttons {
margin: 0 0 var(--sizing-lg);
}
.now__section--header-wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
}
@ -108,4 +112,12 @@
--grid-square: repeat(4,minmax(0,1fr));
--grid-vertical: repeat(6,minmax(0,1fr));
}
.now__section--header-wrapper {
flex-direction: row;
}
.now__section--header-buttons {
margin: var(--sizing-3xl) 0 var(--sizing-lg);
}
}