attempt to fix weird spacing on safari

This commit is contained in:
2026-01-21 14:37:13 -08:00
parent 930868239d
commit fe37e74c4e
2 changed files with 3 additions and 4 deletions

View File

@ -27,7 +27,7 @@ body {
color: var(--color-bg);
display: flex;
flex-direction: column;
font-family: sans-serif;
font-family: Arial, Helvetica, sans-serif;
min-height: 100vh;
}