diff --git a/src/components/services/custom/index.vue b/src/components/services/custom/index.vue index 2743d6f5..6e044a62 100644 --- a/src/components/services/custom/index.vue +++ b/src/components/services/custom/index.vue @@ -905,6 +905,16 @@ export default { font-size: 1.1rem; } +.order__promo { + grid-column: 2; +} + +.order__promo img { + height: auto; + max-width: 100%; + object-fit: contain; +} + .order :deep(.ant-slider-mark-text) { white-space: nowrap; } @@ -1207,6 +1217,7 @@ export default { border-radius: 0 0 20px 20px; } .order__promo { + grid-column: 1; margin-top: 20px; } }