aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2021-11-13 10:03:29 +0100
committerJoris2021-11-13 10:03:29 +0100
commit771a7711e420625c8effc1aa99c20252b8666e38 (patch)
treecb1a11f194f7198854e38e39b12d0b57e4c07233
parente86543617f116f27e9ab94f1c2f78e534dba9849 (diff)
downloadcooking-771a7711e420625c8effc1aa99c20252b8666e38.tar.gz
cooking-771a7711e420625c8effc1aa99c20252b8666e38.tar.bz2
cooking-771a7711e420625c8effc1aa99c20252b8666e38.zip
Improve readability
-rw-r--r--public/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/main.css b/public/main.css
index b3359cf..d0b35dd 100644
--- a/public/main.css
+++ b/public/main.css
@@ -22,11 +22,11 @@
}
@media screen and (min-width: 500px) and (max-width: 900px) {
- html { font-size: 16px; }
+ html { font-size: 18px; }
}
@media screen and (min-width: 900px) {
- html { font-size: 18px; }
+ html { font-size: 20px; }
}
body {