Skip to content

Commit

Permalink
Hide back to sites on mobile (#97245)
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyweight authored Dec 9, 2024
1 parent 748e1ee commit 8fe19ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/signup/steps/domains/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,12 @@ body.is-section-stepper .domains__step-content,
margin: 48px 0 40px;
}
}

.action-buttons.step-container__navigation {
@media (max-width: $break-mobile) {
display: none;
}
}
}
.formatted-header__title {
font-size: 2rem;
Expand Down

0 comments on commit 8fe19ca

Please sign in to comment.