From 242e2eb80d6b1461e5a480f2827e918aad92144b Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 29 May 2025 11:09:08 -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 e9673e1..72b0f74 100644 --- a/src/style.css +++ b/src/style.css @@ -88,7 +88,7 @@ img.figure, @media only screen and (max-width: 700px) { .project { flex-direction: column; - padding: 32px 0; + padding: 24px 0; } .project>div {