Increase size of youtube embed

This commit is contained in:
Jake Howard 2022-09-25 21:30:02 +01:00
parent f0b7a2e986
commit 9216898f5f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ div.block-iframe figure {
div.block-embed {
lite-youtube {
@include center-block(50%);
@include center-block(75%);
// Add video title to top of player
&::before {
@ -49,7 +49,7 @@ div.block-embed {
padding-left: 15px;
padding-bottom: 65px; // 50px + padding-top
text-shadow: 0 0 2px color.adjust($black, $alpha: -0.5); // Stolen from YouTube player
font-size: 90%;
font-size: 95%;
}
}
}