From 479e489fa0c578174d5598a5392fbfc4d8c07bbf Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 29 May 2025 11:20:37 -0600 Subject: [PATCH] Fix mobile view --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 4e49407..34b592e 100644 --- a/src/style.css +++ b/src/style.css @@ -121,7 +121,7 @@ a { @media only screen and (max-width: 700px) { .project { flex-direction: column; - padding: 16px; + padding: 18px; } .project>div { @@ -134,7 +134,7 @@ a { } .project p { - font-size: 12pt; + font-size: 14pt; text-align: left; } } \ No newline at end of file