From f67cbc59692ee2dc989ffd86250523d4fd263cfa Mon Sep 17 00:00:00 2001 From: ssyyhhrr <44934807+ssyyhhrr@users.noreply.github.com> Date: Mon, 13 Mar 2023 03:22:03 +0000 Subject: [PATCH] Adsterra CSS Fix --- assets/css/main.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index d6fcb20..7f1c1cd 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -118,7 +118,7 @@ input[type=text] { } .gg { - padding-bottom: 5em; + padding-bottom: 2.5em; } .gg .p { @@ -491,18 +491,25 @@ p a:hover { .content { display: grid; grid-template-columns: repeat(3, 1fr); - align-items: center; + align-items: start; + min-height: 750px; } .vertical-ad { height: 600px; width: 160px; + align-self: start; margin: 25px auto 0px; } .banner-ad { text-align: center; display: none; + padding-bottom: 5em; +} + +.game { + grid-column: 2; } ::-webkit-scrollbar {