mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
34 lines
594 B
CSS
34 lines
594 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;
|
|
}
|
|
|
|
iframe {
|
|
width: 100%;
|
|
height: calc(68.8vw / 16 * 9);
|
|
}
|
|
|
|
@media screen and (max-width: 1550px) {
|
|
iframe {
|
|
width: 100%;
|
|
height: calc(70vw / 16 * 9 - 6px);
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 600px) {
|
|
iframe {
|
|
height: calc(90vw / 16 * 9 - 5px);
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 600px) {
|
|
iframe {
|
|
height: calc(93.5vw / 16 * 9);
|
|
}
|
|
}
|