feat: update product carousel layout and styling for improved responsiveness
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
} @else if (product(); as prod) {
|
||||
<div class="row">
|
||||
<!-- Carousel takes ~33.3% width on md/lg screens -->
|
||||
<div class="col-12 col-md-4">
|
||||
<div class="col-12 col-md-5">
|
||||
<app-product-carousel [images]="carouselImages()" [discount]="20" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user