Capitalise headlines on main page

This commit is contained in:
Matthew Grove
2019-03-06 10:26:21 +00:00
parent a6ec66a226
commit d1c9eef4c3
2 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,10 @@
margin: 0;
}
.mdc-card .mdc-typography--headline6 {
text-transform: capitalize;
}
/* automatically display articles on either side of the page, alternating */
.main-content .mdc-card {