mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-02 07:52:15 +02:00
change breakpoint for sticky nav
This commit is contained in:
parent
1561f2c8b5
commit
25a46983db
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue