Make card lines match
This commit is contained in:
parent
1e2a747870
commit
1538458e8a
@ -8,7 +8,7 @@
|
||||
<mat-card class="dark-hover" style="min-height: 320px;">
|
||||
<mat-icon class="my-5" style="transform: scale(4); color: #87a9cd;">help_outline</mat-icon>
|
||||
<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>
|
||||
</mat-card>
|
||||
</a>
|
||||
@ -18,7 +18,7 @@
|
||||
<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>
|
||||
<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>
|
||||
</mat-card>
|
||||
</a>
|
||||
@ -28,7 +28,7 @@
|
||||
<mat-card class="dark-hover" style="min-height: 320px;">
|
||||
<mat-icon class="my-5" style="transform: scale(4); color: #87a9cd;">opacity</mat-icon>
|
||||
<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>
|
||||
</mat-card>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user