change breakpoint for sticky nav

This commit is contained in:
Rachid Mrad 2024-03-29 16:41:00 -04:00
parent 1561f2c8b5
commit 25a46983db
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -423,7 +423,7 @@ address.dja-address-contact-list {
}
// Sticky submit bar for domain requests on desktop
@include at-media(desktop) {
@media screen and (min-width:768px) {
.submit-row-wrapper {
position: fixed;
bottom: 0;

View file

@ -114,7 +114,7 @@
</button>
</span>
<p class="visible-desktop text-right margin-top-2 padding-right-2 margin-bottom-0 requested-domain-sticky float-right">
<p class="text-right margin-top-2 padding-right-2 margin-bottom-0 requested-domain-sticky float-right">
<strong>Requested domain:</strong> {{ original.requested_domain.name }}
</p>
{{ block.super }}