chore: split out styles + only load where needed

This commit is contained in:
Cory Dransfeldt 2024-01-02 13:49:47 -08:00
parent f21e8b18ae
commit 67fcfdb051
No known key found for this signature in database
26 changed files with 539 additions and 454 deletions

View file

@ -0,0 +1,37 @@
/* now */
.now__section--text {
padding-left: 1rem;
}
.now__section--text p {
margin-top: .25rem;
margin-bottom: .25rem;
}
.now__section--text p > svg {
display: inline;
vertical-align: middle;
height: 1.25rem;
width: 1.25rem;
}
.now__section--header {
margin-top: 2rem;
margin-bottom: 1rem;
}
.now__section--header:first-of-type {
margin-top: 0;
}
.now__explainer {
font-size: var(--font-size-xs);
line-height: var(--line-height-xs);
padding-top: 1rem;
}
@media screen and (min-width: 768px) {
.now__section--text {
padding-left: 2rem;
}
}