From 8fb76a0f08acf6f7a6428051b4aef950743a348c Mon Sep 17 00:00:00 2001 From: HearMeWhisper Date: Wed, 29 Dec 2021 22:58:41 -0500 Subject: [PATCH] fixed MTG scroll --- MTG/style.css | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/MTG/style.css b/MTG/style.css index 7085bfa..e82dada 100644 --- a/MTG/style.css +++ b/MTG/style.css @@ -10,18 +10,15 @@ body { /* background-color: rgb(78, 69, 202); */ background: rgb(2,0,36); background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(137,137,194,1) 47%, rgba(108,127,131,1) 100%); - /* max-height: 100vh; */ - /* width: 100vw; */ + margin: 0; display: flex; - /* height: 100% */ - /* align-items: center */ + height: 100vh + } #full{ - color:rgb(165, 162, 162); - font-size: 3rem; - margin-right:5px; + } main { display: flex; @@ -30,13 +27,9 @@ main { Verdana, sans-serif; flex-wrap: wrap; width: 100vw; - height: 100vh; - /* align-items: center; */ + position: relative; - /* margin: 0 auto; */ - /* padding-bottom: 70px; */ margin-top: 70px; - margin-bottom: -65px; } .name { font-size: 3rem;