Minor CSS update

This commit is contained in:
Zakary Timson 2018-08-08 01:22:28 -04:00
parent 5d3aadd177
commit 58837c5218

View File

@ -4,7 +4,7 @@
<div class="col-12 py-4"> <div class="col-12 py-4">
<div class="row"> <div class="row">
<div class="col-12 col-md-3"> <div class="col-12 col-md-3">
<slideshow [autoPlay]="true" [imageUrls]="preview"></slideshow> <slideshow [autoPlay]="true" [imageUrls]="preview" [height]="'300px'"></slideshow>
<div *ngIf="links.length"> <div *ngIf="links.length">
<h5 class="mt-3 mb-0 pl-3">Links</h5> <h5 class="mt-3 mb-0 pl-3">Links</h5>
<mat-list> <mat-list>
@ -19,7 +19,7 @@
<h5 *ngIf="product.price" class="text-muted">{{product.currency}} {{product.price | currency}}</h5> <h5 *ngIf="product.price" class="text-muted">{{product.currency}} {{product.price | currency}}</h5>
<h5 *ngIf="!product.price" class="text-muted">Contact For Price</h5> <h5 *ngIf="!product.price" class="text-muted">Contact For Price</h5>
<mat-divider class="my-3"></mat-divider> <mat-divider class="my-3"></mat-divider>
<p [innerHtml]="product.description"></p> <p style="overflow: hidden;" [innerHtml]="product.description"></p>
<mat-divider class="my-3"></mat-divider> <mat-divider class="my-3"></mat-divider>
<div *ngIf="attachments.length"> <div *ngIf="attachments.length">
<h5 class="ml-3"> <h5 class="ml-3">