Make card lines match

This commit is contained in:
Zakary Timson 2018-07-11 22:45:33 -04:00
parent 1e2a747870
commit 1538458e8a

View File

@ -8,7 +8,7 @@
<mat-card class="dark-hover" style="min-height: 320px;"> <mat-card class="dark-hover" style="min-height: 320px;">
<mat-icon class="my-5" style="transform: scale(4); color: #87a9cd;">help_outline</mat-icon> <mat-icon class="my-5" style="transform: scale(4); color: #87a9cd;">help_outline</mat-icon>
<h3 class="text-dark mb-4">About Us</h3> <h3 class="text-dark mb-4">About Us</h3>
<mat-divider></mat-divider> <mat-divider class="custom-line"></mat-divider>
<p class="text-black-50 mt-5">Learn more about us and our 30+ years experience!</p> <p class="text-black-50 mt-5">Learn more about us and our 30+ years experience!</p>
</mat-card> </mat-card>
</a> </a>
@ -18,7 +18,7 @@
<mat-card class="dark-hover" style="min-height: 320px;"> <mat-card class="dark-hover" style="min-height: 320px;">
<mat-icon class="my-5" style="transform: scale(4); color: #87a9cd;">local_grocery_store</mat-icon> <mat-icon class="my-5" style="transform: scale(4); color: #87a9cd;">local_grocery_store</mat-icon>
<h3 class="text-dark mb-4">Store</h3> <h3 class="text-dark mb-4">Store</h3>
<mat-divider></mat-divider> <mat-divider class="custom-line"></mat-divider>
<p class="text-black-50 mt-5">Buy equipment, ink and anything else you might need!</p> <p class="text-black-50 mt-5">Buy equipment, ink and anything else you might need!</p>
</mat-card> </mat-card>
</a> </a>
@ -28,7 +28,7 @@
<mat-card class="dark-hover" style="min-height: 320px;"> <mat-card class="dark-hover" style="min-height: 320px;">
<mat-icon class="my-5" style="transform: scale(4); color: #87a9cd;">opacity</mat-icon> <mat-icon class="my-5" style="transform: scale(4); color: #87a9cd;">opacity</mat-icon>
<h3 class="text-dark mb-4">Formula Manager</h3> <h3 class="text-dark mb-4">Formula Manager</h3>
<mat-divider></mat-divider> <mat-divider class="custom-line"></mat-divider>
<p class="text-black-50 mt-5">Check out our browser formula manager!</p> <p class="text-black-50 mt-5">Check out our browser formula manager!</p>
</mat-card> </mat-card>
</a> </a>