leaderboard, few things

This commit is contained in:
Jon McClure 2024-04-15 16:09:02 +01:00
parent 7bda600c6a
commit 1025f2b576

View file

@ -46,14 +46,14 @@
justify-content: center;
flex-direction: column;
align-items: center;
min-height: var(--height);
height: var(--height);
.ad-slot__container {
height: 0px;
min-height: var(--height);
align-items: center;
display: flex;
justify-content: center;
.ad-slot__inner {
height: 100%;
max-width: 100%;
}
}