Add nopaque video to index

This commit is contained in:
Patrick Jentsch
2021-12-08 11:51:34 +01:00
parent 832a0283bd
commit 1fd7a2e38c
2 changed files with 23 additions and 19 deletions

View File

@ -57,3 +57,18 @@ h1 .nopaque-icons, h2 .nopaque-icons, h3 .nopaque-icons, h4 .nopaque-icons,
.hoverable {cursor: pointer;}
.s-attr.chip .p-attr.chip {background-color: inherit;}
.responsive-youtube-video-container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
}
.responsive-youtube-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}