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