Adsterra CSS Fix

This commit is contained in:
ssyyhhrr
2023-03-13 03:22:03 +00:00
parent 907e30154d
commit f67cbc5969

View File

@@ -118,7 +118,7 @@ input[type=text] {
} }
.gg { .gg {
padding-bottom: 5em; padding-bottom: 2.5em;
} }
.gg .p { .gg .p {
@@ -491,18 +491,25 @@ p a:hover {
.content { .content {
display: grid; display: grid;
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
align-items: center; align-items: start;
min-height: 750px;
} }
.vertical-ad { .vertical-ad {
height: 600px; height: 600px;
width: 160px; width: 160px;
align-self: start;
margin: 25px auto 0px; margin: 25px auto 0px;
} }
.banner-ad { .banner-ad {
text-align: center; text-align: center;
display: none; display: none;
padding-bottom: 5em;
}
.game {
grid-column: 2;
} }
::-webkit-scrollbar { ::-webkit-scrollbar {