Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Algorithm authored Feb 12, 2024
1 parent e5bc02a commit b67e477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body {
text-wrap: balance;
line-height: 1.8;
min-height: 100dvh;
font-size: 1.1em;
font-size: 18px;
}

a {
Expand Down Expand Up @@ -146,7 +146,7 @@ p,

@media screen and (max-width: 480px) {
body {
font-size: 5.0em;
font-size: 40px;
}
}

Expand Down

0 comments on commit b67e477

Please sign in to comment.