replace px with rem

This commit is contained in:
filifa
2025-12-29 17:05:59 -05:00
parent d6222b84a7
commit 55e889b71d
2 changed files with 4 additions and 4 deletions

View File

@@ -35,11 +35,11 @@ header {
/* main content */
main nav {
padding: 10px;
padding: 1rem;
}
article {
padding: 20px;
padding: 1rem;
text-align: justify;
hyphens: auto;
/* about page is janky without this; see