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:
commit
8f0c522cf2
1 changed files with 6 additions and 3 deletions
|
|
@ -904,10 +904,13 @@ export default {
|
||||||
|
|
||||||
:deep(.nav-bar) {
|
:deep(.nav-bar) {
|
||||||
position: initial;
|
position: initial;
|
||||||
button {
|
|
||||||
|
@media only screen and (min-width: 340px) {
|
||||||
|
.col button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
a.navigation-link {
|
a.navigation-link {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 1rem;
|
left: 1rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue