From 0f7710b9958f79f07f8c427a6debc307e4d39465 Mon Sep 17 00:00:00 2001 From: q9i <46249765+quantum9Innovation@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:23:11 -0700 Subject: [PATCH] Fix responsivity --- public/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/index.css b/public/index.css index a339ca7..0957554 100644 --- a/public/index.css +++ b/public/index.css @@ -15,6 +15,7 @@ body { #logo { float: left; width: 150px; + padding-bottom: 50px; margin-right: 50px; } @@ -144,6 +145,7 @@ footer p { @media (max-aspect-ratio: 3/2) { #logo { float: none; + padding-bottom: 0; } .member {