Skip to content

Commit

Permalink
[noodles] Tweak font size
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn authored Jul 11, 2024
1 parent 84e2f01 commit 99e36c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion noodles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

@media only screen and (max-width: 600px) {
p {
font-size: 20px;
font-size: 2em;
}
}

Expand All @@ -47,6 +47,10 @@
.source {
max-width: 400;
}

p {
font-size: 1em;
}
}

body {
Expand Down

0 comments on commit 99e36c3

Please sign in to comment.