increase margin
This commit is contained in:
parent
ac27e61687
commit
b7924168c3
@ -5,7 +5,7 @@
|
|||||||
<p-carousel [value]="products" [numVisible]="3" [numScroll]="3" [circular]="false" [responsiveOptions]="carouselResponsiveOptions">
|
<p-carousel [value]="products" [numVisible]="3" [numScroll]="3" [circular]="false" [responsiveOptions]="carouselResponsiveOptions">
|
||||||
<ng-template let-product pTemplate="item">
|
<ng-template let-product pTemplate="item">
|
||||||
<div class="border-round m-2 text-center p-2 shadow-1" style="border: 1px solid var(--surface-d)">
|
<div class="border-round m-2 text-center p-2 shadow-1" style="border: 1px solid var(--surface-d)">
|
||||||
<div class="my-3">
|
<div class="my-5">
|
||||||
<img src="assets/demo/images/product/{{product.image}}" [alt]="product.name" class="shadow-4" width="50%"/>
|
<img src="assets/demo/images/product/{{product.image}}" [alt]="product.name" class="shadow-4" width="50%"/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user