From 63463841f7fa60919a1b4d8b6d379d914fe1030d Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 27 Sep 2022 16:33:11 -0400 Subject: [PATCH] margin-top --- src/static/css/homepage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index cbff13e..1b1b0f0 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -37,7 +37,7 @@ html,body{ @media only screen and (max-width: 576px) { .container{ max-width: 1920px; - padding: 5vw 5vw; + padding: 10vw 5vw; } }