Merge pull request #25138 from habibrosyad/gh-25124

Switch New York Times case study to use youtube shortcode
This commit is contained in:
Kubernetes Prow Robot
2020-11-25 07:10:39 -08:00
committed by GitHub
3 changed files with 25 additions and 7 deletions
+19
View File
@@ -126,6 +126,13 @@ h4[id]:before {
margin: 0 auto;
}
.content .quote-text p {
color: #fff;
font-size: 100%;
line-height: 1.4em;
margin-bottom: 0;
}
.quote-author {
display: block;
margin-top: 3em;
@@ -144,6 +151,18 @@ h4[id]:before {
letter-spacing: 0.03em;
}
.youtube-quote-sm {
display: inline-block;
width: 380px;
height: 215px;
}
.youtube-quote-sm iframe {
width: 100%;
height: 100%;
border: 0;
}
@media screen and (max-width: 910px) {
h1 {
font-size: 32px;