chore: styling fixes

This commit is contained in:
Cory Dransfeldt 2023-12-31 12:53:50 -08:00
parent da8dd22582
commit 3e5291ac85
No known key found for this signature in database

View file

@ -177,7 +177,6 @@ h3 > svg,
h4 > svg,
h5 > svg,
h6 > svg {
margin-right: .25rem;
stroke-width: var(--stroke-width-bold) !important;
}
@ -1057,6 +1056,16 @@ textarea {
transition-property: border-color;
}
h1 > svg,
h2 > svg,
h3 > svg,
h4 > svg,
h5 > svg,
h6 > svg,
.now__section--text p > svg {
margin-right: .25rem;
}
/* screens: small */
@media screen and (min-width: 640px) {
main {