From 016dbb9c0d1f236f3adcd51b997b8301f9e588b2 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Tue, 31 May 2022 19:23:28 -0700 Subject: [PATCH] Improved Responsiveness --- css/general.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/general.css b/css/general.css index 596021b..8bca4d3 100644 --- a/css/general.css +++ b/css/general.css @@ -171,7 +171,12 @@ nav li a:focus::after{ width: 300px; } } - +@media (max-height: 700px) { + #logo { + height: 300px; + width: 300px; + } +} #spots-container { display: flex;