From b9c9f8b9589e742346087290f150b51e4ffe9a3a Mon Sep 17 00:00:00 2001
From: Gabriel <gabriel@libresolutions.network>
Date: Wed, 21 Aug 2024 11:46:55 -0400
Subject: [PATCH] reduce font size a bit

---
 static/css/theme.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/static/css/theme.css b/static/css/theme.css
index 9e63571..0c62a60 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -4,7 +4,7 @@ html{
     --color-accent:#09448c;
     --accent-alternate:#ffd336;
     --font-family:sans-serif;
-    --font-size:18px;
+    --font-size:16px;
     --font-alternate:code;
 }
 
@@ -108,7 +108,7 @@ nav a {
 
 @media screen and (orientation:portrait) {
     body {
-        font-size: 20px;
+        font-size: 18px;
         flex-direction: column;
     }
     header,
@@ -307,7 +307,7 @@ article .highlight pre {
     justify-content: flex-start;
     padding: 25px;
     border-radius: 25px;
-    font-size: 18px;
+    font-size: 16px;
     margin:10px;
     width:80%;
     flex-wrap: nowrap;