Apex banner: re-add polkadots on big enough screens

This commit is contained in:
mDuo13
2023-06-22 17:55:11 -07:00
parent 7a2e5beefc
commit 764e0d41e1
3 changed files with 8 additions and 2 deletions

View File

@@ -33,6 +33,12 @@
}
}
.d-xxl-block { // nonstandard-breakpoint for this banner only
@media (min-width: 1400px) {
display: block !important;
}
}
.apex-reg {
text-align: center;