Update styling to account for headline styling change

This commit is contained in:
Matthew Grove
2019-03-06 10:12:55 +00:00
parent 808df49d9c
commit a6ec66a226
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
/* make text look nice */ /* make text look nice */
.mdc-typography--headline2, .mdc-typography--subtitle1 { .mdc-typography--headline3, .mdc-typography--subtitle1 {
text-transform: capitalize; text-transform: capitalize;
} }
.mdc-typography--headline2, .mdc-typography--subtitle1, figure { .mdc-typography--headline3, .mdc-typography--subtitle1, figure {
margin: 5px; margin: 5px;
} }
.mdc-typography--caption-text { .mdc-typography--caption-text {

View File

@@ -1,8 +1,8 @@
/* make text look nice */ /* make text look nice */
.mdc-typography--headline2, .mdc-typography--subtitle1 { .mdc-typography--headline3, .mdc-typography--subtitle1 {
text-transform: capitalize; text-transform: capitalize;
} }
.mdc-typography--headline2, .mdc-typography--subtitle1, figure { .mdc-typography--headline3, .mdc-typography--subtitle1, figure {
margin: 5px; margin: 5px;
} }
.mdc-typography--caption-text { .mdc-typography--caption-text {