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

@@ -2,8 +2,8 @@
width: 256px;
height: auto;
max-width: 100%;
margin-right: 10px;
margin-bottom: 10px;
margin-right: 1rem;
margin-bottom: 1rem;
float: left;
}

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