aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2021-01-23 08:58:12 +0100
committerJoris2021-01-23 08:58:12 +0100
commit0c137a566c66c2b8dc8f3a2f7344f7536ade4b22 (patch)
tree7684a358c13d2ffe4883d99532231cbbc798efdb
parentdfd4e6ab31cba88814f47e3f73d2e6abc801b125 (diff)
downloadbudget-0c137a566c66c2b8dc8f3a2f7344f7536ade4b22.tar.gz
budget-0c137a566c66c2b8dc8f3a2f7344f7536ade4b22.tar.bz2
budget-0c137a566c66c2b8dc8f3a2f7344f7536ade4b22.zip
Reduce the font size a bit
-rw-r--r--assets/main.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/main.css b/assets/main.css
index ba43f85..4c286da 100644
--- a/assets/main.css
+++ b/assets/main.css
@@ -45,11 +45,11 @@ ul { list-style-type: none; margin: 0; padding-left: 0; }
}
@media screen and (min-width: 500px) and (max-width: 900px) {
- html { font-size: 16px; }
+ html { font-size: 15px; }
}
@media screen and (min-width: 900px) {
- html { font-size: 18px; }
+ html { font-size: 16px; }
}
/* Layout */