From 87b339d0f5b112f4e6b9e654edef82ee96eb6058 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 29 May 2025 11:16:19 -0600 Subject: [PATCH] Fix mobile view --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 5690680..4e49407 100644 --- a/src/style.css +++ b/src/style.css @@ -133,7 +133,7 @@ a { margin: 0px auto; } - p { + .project p { font-size: 12pt; text-align: left; }