From 093c08407476b14efc61288fe1dd826891bc0453 Mon Sep 17 00:00:00 2001 From: RemRem Date: Thu, 2 Feb 2023 11:40:42 +0100 Subject: [PATCH] fix scrolling (full random) --- styles/index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/styles/index.css b/styles/index.css index 96026e8..460abfe 100644 --- a/styles/index.css +++ b/styles/index.css @@ -36,14 +36,14 @@ .column { display: flex; flex-direction: column; - height: calc(100vh - 7vh - 6em); + padding: 3em; + height: calc(100vh - 5rem - 7em); } #left { display: flex; flex-direction: column; width: 60%; - padding: 3em; background-color: white; } @@ -53,7 +53,6 @@ justify-content: space-evenly; align-items: center; width: 40%; - padding: 3em; background-color: white; }