Skip to content

Commit

Permalink
[noodles] Font size 16px on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn authored Jul 11, 2024
1 parent daad29e commit e0f9111
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions noodles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
color: rgb(55, 53, 47);
}
}

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

body {
line-height: 1.5;
Expand Down

0 comments on commit e0f9111

Please sign in to comment.