From dbafa13f980d5fcb6bc74a96cb2e8c9ef9a716a5 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 29 May 2025 11:10:18 -0600 Subject: [PATCH] Fix mobile view --- src/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style.css b/src/style.css index 72b0f74..1d20365 100644 --- a/src/style.css +++ b/src/style.css @@ -88,7 +88,6 @@ img.figure, @media only screen and (max-width: 700px) { .project { flex-direction: column; - padding: 24px 0; } .project>div {