diff --git a/src/layouts/quote/oem-glass-question/oem-glass-question.vue b/src/layouts/quote/oem-glass-question/oem-glass-question.vue index 731cb70eb..24bcc0f28 100644 --- a/src/layouts/quote/oem-glass-question/oem-glass-question.vue +++ b/src/layouts/quote/oem-glass-question/oem-glass-question.vue @@ -76,6 +76,10 @@ export default { .oem-glass-question-container { border-top: 1px solid gray; + @include media-breakpoint-up(lg) { + margin: 0 2rem; + } + .oem-glass-question-header { font-family: UrbanistSemibold, Arial, Helvetica, sans-serif; color: $blue; @@ -101,6 +105,7 @@ export default { display: inline-flex; position: relative; margin-left: 0.5rem; + transform: rotate(180deg); } } @@ -133,7 +138,7 @@ export default { &.expanded { .oem-glass-question-header { &::after { - transform: rotate(180deg); + transform: unset; } }