mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Apex banner: re-add polkadots on big enough screens
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
<img src="assets/img/apex-texture-orange-diamond.svg" alt="" class="d-none d-md-block" />
|
||||
<img src="assets/img/apex-texture-red-diamond.svg" alt="" class="d-md-none"/>
|
||||
<div class="apex-circled">{% trans %}Amsterdam{% endtrans %}</div>
|
||||
<img src="assets/img/apex-texture-polkadots.svg" alt="" class="d-none d-xxl-block" />
|
||||
<img src="assets/img/apex-texture-green-diamond.svg" alt="" class="d-none d-md-block" />
|
||||
<img src="assets/img/apex-xrpl-logo.svg" alt="(XRPL)" class="d-none d-md-block" />
|
||||
<img src="assets/img/apex-texture-polkadots.svg" alt="" class="d-none d-xxl-block" />
|
||||
<div class="apex-circled d-none d-lg-block">{% trans %}Register Now{% endtrans %}</div>
|
||||
<img src="assets/img/apex-texture-yellow-grid.svg" alt="" class="d-none d-xl-block" />
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user