Skip to content

Commit

Permalink
Increase default font size to 110%
Browse files Browse the repository at this point in the history
  • Loading branch information
simevidas committed Jan 28, 2024
1 parent b0fd124 commit eb024dc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,22 @@ html {
}
}

@media (min-width: 1000px) {
html {
font-size: 125%;
}
}

body {
margin: 0;
padding-inline: 1em;
font-family: Lora, Georgia, serif;
font-size: 110%;
line-height: 1.4;
color: var(--text-color);
background-color: var(--background-color);
}

@media (min-width: 1000px) {
body {
font-size: 125%;
}
}

#page {
max-width: 40em;
margin-inline: auto;
Expand Down

0 comments on commit eb024dc

Please sign in to comment.