mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
10 lines
232 B
CSS
10 lines
232 B
CSS
.mdc-typography--headline2, .mdc-typography--subtitle1 {
|
|
text-transform: capitalize;
|
|
}
|
|
.mdc-typography--headline2, .mdc-typography--subtitle1, figure {
|
|
margin: 5px;
|
|
}
|
|
.mdc-typography--caption-text {
|
|
font-style: italic;
|
|
}
|