Increase size of youtube embed
This commit is contained in:
parent
f0b7a2e986
commit
9216898f5f
1 changed files with 2 additions and 2 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue