Files
bbc-young-reporter/assets/article-page.css
Matthew Grove 0c49ba651b Make CSS more efficient
Add side margins in global.css rather than two separate files
2018-11-24 15:40:12 +00:00

7 lines
174 B
CSS

.mdc-typography--headline2, .mdc-typography--subtitle1 {
text-transform: capitalize;
}
.mdc-typography--headline2, .mdc-typography--subtitle1, figure {
margin: 5px;
}