Remove ads if aspect ratio bad
This commit is contained in:
@@ -67,6 +67,10 @@ body {
|
|||||||
aspect-ratio: 9 / 16;
|
aspect-ratio: 9 / 16;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.leftadsbanner.is-hidden {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.hero-content {
|
.hero-content {
|
||||||
max-width: 90vw;
|
max-width: 90vw;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
@@ -198,6 +202,11 @@ body {
|
|||||||
margin-right: 0.45em;
|
margin-right: 0.45em;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.adsbanner,
|
||||||
|
.leftadsbanner {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-play-button {
|
.hero-play-button {
|
||||||
|
|||||||
Reference in New Issue
Block a user