From c0474cbbcf619a19a76ead76721546e463474396 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 27 Sep 2022 16:29:55 -0400 Subject: [PATCH] Sizing adjustments --- src/static/css/buttons.css | 2 +- src/static/css/homepage.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/css/buttons.css b/src/static/css/buttons.css index 8671dd8..a74b366 100644 --- a/src/static/css/buttons.css +++ b/src/static/css/buttons.css @@ -241,7 +241,7 @@ } .button-container{ - padding: 0vw 14vw !important; + padding: 0vw 10vw !important; } .dev-count{ diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index a7a6b62..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: 10vw 10vw; + padding: 10vw 5vw; } }