From 926fac5be210dbbb8952050cf481ce84272b14a1 Mon Sep 17 00:00:00 2001 From: Transgender-Resource-Wiki Date: Sun, 26 May 2024 15:14:43 -0500 Subject: [PATCH] mobile styling fix --- src/styles/ContentsTable.css | 4 ++-- src/styles/SiteNavBackground.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/ContentsTable.css b/src/styles/ContentsTable.css index 1e62f2d..ef765bf 100644 --- a/src/styles/ContentsTable.css +++ b/src/styles/ContentsTable.css @@ -14,7 +14,7 @@ z-index: 3; text-align: center; margin: 15px; - top: 42.25%; + top: 43.5%; left: 20vw; right: 17vw; width: auto; @@ -57,7 +57,7 @@ border-radius: 0.5rem; position: fixed; z-index: 0; - top: 36.8%; + top: 37.8%; left: 20%; right: 17%; margin: 15px; diff --git a/src/styles/SiteNavBackground.css b/src/styles/SiteNavBackground.css index d8c9e1d..46d63a0 100644 --- a/src/styles/SiteNavBackground.css +++ b/src/styles/SiteNavBackground.css @@ -7,7 +7,7 @@ top: 0; left: 0; margin: 15px; - height: 85vh; + height: 87.5vh; width: 95vw; } .bg-smap-block {