Showing
1 changed file
with
10 additions
and
0 deletions
@@ -42,6 +42,16 @@ | @@ -42,6 +42,16 @@ | ||
42 | max-height: 100%; | 42 | max-height: 100%; |
43 | object-fit: contain; | 43 | object-fit: contain; |
44 | } | 44 | } |
45 | + | ||
46 | + .mat-card-title { | ||
47 | + font-size: 20px; | ||
48 | + } | ||
49 | + | ||
50 | + .mat-card-content { | ||
51 | + font-size: 14px; | ||
52 | + line-height: 18px; | ||
53 | + color: #666; | ||
54 | + } | ||
45 | } | 55 | } |
46 | } | 56 | } |
47 | 57 |