diff options
Diffstat (limited to 'src/sass/components/embed.scss')
-rw-r--r-- | src/sass/components/embed.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sass/components/embed.scss b/src/sass/components/embed.scss index 56916f17..c15ee522 100644 --- a/src/sass/components/embed.scss +++ b/src/sass/components/embed.scss @@ -6,7 +6,7 @@ .plyr__video-embed { // Default to 16:9 ratio but this is set by JavaScript based on config $padding: ((100 / 16) * 9); - $height: 200; + $height: 240; $offset: to-percentage(($height - $padding) / ($height / 50)); height: 0; |