mirror of
https://github.com/ssyyhhrr/stewardle.git
synced 2025-11-08 10:33:46 -05:00
Adsterra CSS Fix
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user