Skip to content

Commit afee66e

Browse files
committed
fix: increase body font size
1 parent 7a260c0 commit afee66e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

styles/styles.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
--heading-font-family: roboto-condensed, roboto-condensed-fallback, sans-serif;
2525

2626
/* body sizes */
27-
--body-font-size-m: 19px;
28-
--body-font-size-s: 17px;
29-
--body-font-size-xs: 15px;
27+
--body-font-size-m: 22px;
28+
--body-font-size-s: 19px;
29+
--body-font-size-xs: 17px;
3030

3131
/* heading sizes */
3232
--heading-font-size-xxl: 55px;
@@ -56,9 +56,9 @@
5656
@media (width >= 900px) {
5757
:root {
5858
/* body sizes */
59-
--body-font-size-m: 16px;
60-
--body-font-size-s: 14px;
61-
--body-font-size-xs: 12px;
59+
--body-font-size-m: 18px;
60+
--body-font-size-s: 16px;
61+
--body-font-size-xs: 14px;
6262

6363
/* heading sizes */
6464
--heading-font-size-xxl: 45px;

0 commit comments

Comments
 (0)