diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 61078a1ef..18252e66f 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -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;