Skip to content

Commit d5daeab

Browse files
andrewseguinkara
authored andcommittedFeb 27, 2017
fix: normalize card height (#115)
1 parent 733b8eb commit d5daeab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎material.angular.io/src/app/pages/component-category-list/component-category-list.scss

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
margin: 20px;
1717
vertical-align: top;
1818
cursor: pointer;
19+
20+
.mat-card-title {
21+
font-size: 20px;
22+
}
1923
}
2024

2125
.docs-component-category-list-card-image {

0 commit comments

Comments
 (0)
Please sign in to comment.