Skip to content

Commit c2d8507

Browse files
committed
chore(style): increase font size to 1rem
0.85em was too small to read on normal pages.
1 parent 75fdfa8 commit c2d8507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
body {
44
font-family: var(--font-raleway), Arial, sans-serif;
5-
font-size: 0.85em;
5+
font-size: 1rem;
66
}
77

88
article p {

0 commit comments

Comments
 (0)