Merge pull request #2829 from Safelite/feature/bugfix/CASH-1498

CASH-1498: really specific update to CSS selector to fix button width…
This commit is contained in:
AdamCaouetteSafelite 2025-09-09 13:53:58 -04:00 committed by GitHub
commit 8f0c522cf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -904,9 +904,12 @@ export default {
:deep(.nav-bar) {
position: initial;
button {
width: 100%;
justify-content: center;
@media only screen and (min-width: 340px) {
.col button {
width: 100%;
justify-content: center;
}
}
a.navigation-link {
position: absolute;