From 85560a4261ca47436a36106206b169571ff560dc Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Thu, 29 May 2025 11:12:34 -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 3be49ad..a91898c 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: 8px 16px; + padding: 16px; } .project>div {