From 78ffab9e5944cb4d8ecc6f6f9cddc8c041c51a57 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Fri, 25 Mar 2022 11:56:18 -0400 Subject: [PATCH] much better! --- homepage/style.css | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/homepage/style.css b/homepage/style.css index 44e3fb4..d1085aa 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -373,22 +373,18 @@ body::-webkit-scrollbar { .overview img { display: block; max-height: 100%; - margin-left: auto; + margin-left: 10%; margin-right: auto; } .column1,.column2,.column3,.column4 { height: 90% } + .left { + display: none; + } } @media screen and (max-width: 1000px) { - .overview img { - display: block; - max-height: 100%; - margin-left: 25%; - margin-right: 10%; - } - .customlabels form,.customlabels2 form { width: 95%; } @@ -428,6 +424,12 @@ body::-webkit-scrollbar { margin: 0; width: 100%; } + .overview img { + display: block; + max-height: 100%; + margin-left: 5%; + margin-right: auto; + } .banner { height: auto; } @@ -521,8 +523,8 @@ body::-webkit-scrollbar { .overview img { display: block; max-height: 100%; - margin-left: 25%; - margin-right: 10%; + margin-left: 5%; + margin-right: auto; } .version {display:none;} .left {