Skip to content

Commit

Permalink
- Fixed promo block when creating custom instance
Browse files Browse the repository at this point in the history
  • Loading branch information
639852 committed Aug 28, 2024
1 parent 573a19d commit 6d5e5da
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/services/custom/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -1207,6 +1217,7 @@ export default {
border-radius: 0 0 20px 20px;
}
.order__promo {
grid-column: 1;
margin-top: 20px;
}
}
Expand Down

0 comments on commit 6d5e5da

Please sign in to comment.