From 123c960668b3da5b54ead93d5bbfd9293015652a Mon Sep 17 00:00:00 2001 From: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:49:15 -0500 Subject: [PATCH] fix: correct layout issues for mobile --- signup_form/css/style.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/signup_form/css/style.css b/signup_form/css/style.css index 8b306d4..4e37bfb 100644 --- a/signup_form/css/style.css +++ b/signup_form/css/style.css @@ -12,18 +12,16 @@ flex-direction: column; align-items: center; align-content: center; - height: 100vh; margin: 0; background-color: var(--light-bg); } .sidebar { - height: 100%; - background-image: url(../static/background.jpg); - background-position: center; - background-size: auto; - background-repeat: no-repeat; - height: 100%; + background-image: url(../static/background.jpg); + background-position: center; + background-size: auto; + background-repeat: no-repeat; + height: 80vh; } .logo { position: relative; @@ -96,6 +94,7 @@ justify-content: center; align-items: center; align-content: center; + height: 100vh; } .sidebar { width: 50vw; @@ -187,4 +186,4 @@ a { text-decoration: none; color: var(--text-color); font-weight: 900; -} \ No newline at end of file +}