CASH-1416: add further tweak to css for media queries

This commit is contained in:
AdamCaouetteSafelite 2025-08-19 14:48:36 -04:00
parent 1153d4c722
commit 824b4cfa55

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>