Skip to content

Commit

Permalink
fix: increase body font size
Browse files Browse the repository at this point in the history
  • Loading branch information
fkakatie committed May 24, 2024
1 parent 7a260c0 commit afee66e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
--heading-font-family: roboto-condensed, roboto-condensed-fallback, sans-serif;

/* body sizes */
--body-font-size-m: 19px;
--body-font-size-s: 17px;
--body-font-size-xs: 15px;
--body-font-size-m: 22px;
--body-font-size-s: 19px;
--body-font-size-xs: 17px;

/* heading sizes */
--heading-font-size-xxl: 55px;
Expand Down Expand Up @@ -56,9 +56,9 @@
@media (width >= 900px) {
:root {
/* body sizes */
--body-font-size-m: 16px;
--body-font-size-s: 14px;
--body-font-size-xs: 12px;
--body-font-size-m: 18px;
--body-font-size-s: 16px;
--body-font-size-xs: 14px;

/* heading sizes */
--heading-font-size-xxl: 45px;
Expand Down

0 comments on commit afee66e

Please sign in to comment.