chore: spacing

This commit is contained in:
Cory Dransfeldt 2024-04-25 16:19:02 -04:00
parent 5d43aebb12
commit ae48b15bd5
3 changed files with 5 additions and 5 deletions

View file

@ -487,10 +487,6 @@ li {
flex-wrap: wrap;
}
.bottom-explainer {
margin-top: var(--sizing-lg);
}
/* screens: md */
@media screen and (min-width: 768px) {
.main-title {

View file

@ -16,4 +16,8 @@
.link-list {
margin-top: 0;
}
.now-explainer {
padding-top: var(--sizing-lg);
}