Removed fixed *px sizes in favor or *rem

This commit is contained in:
t1enne
2022-09-14 08:37:45 +02:00
parent 408b21c626
commit 683399c340
6 changed files with 17 additions and 14 deletions

View File

@@ -99,7 +99,7 @@
}
article {
padding: 1em 0.25em;
font-size: 14px;
font-size: 0.9rem;
color: var(--white-75);
border-bottom: 1px solid var(--gray);