Merge pull request #2780 from Safelite/feature/bugfix/CASH-1416

Feature/bugfix/cash 1416
This commit is contained in:
AdamCaouetteSafelite 2025-08-19 15:10:25 -04:00 committed by GitHub
commit fdc5b93c10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -260,6 +260,10 @@ export default {
}
}
.global-alert-wrapper .alert {
margin: 0 0 1.5rem;
margin: 1rem 0 1.5rem;
@include media-breakpoint-up(md) {
margin-top: 0;
}
}
</style>