replace px with rem
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user