From 0be551d4175495a68a01f5e63d1b82a9a1f70463 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 29 May 2025 11:15:27 -0600 Subject: [PATCH] Fix mobile view --- src/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index be2da5c..5690680 100644 --- a/src/style.css +++ b/src/style.css @@ -133,9 +133,8 @@ a { margin: 0px auto; } - li, p { - font-size: 8pt; + font-size: 12pt; text-align: left; } } \ No newline at end of file