From 0bcdd404ad7bb63dda3dac48044febfdb877e12b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 18 Apr 2018 16:30:50 -0400 Subject: [PATCH] adjusting styles for the lessons page, removing extra margins --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2b63613..8887804 100644 --- a/style.css +++ b/style.css @@ -1194,7 +1194,12 @@ Galleries /*-------------------------------------------------------------- Main Header --------------------------------------------------------------*/ - +body .cmvl-video[data-service-provider="vimeo"] .cmvl-player-outer{ + padding-top: 56% !important; +} +#main{ + background-color: #FAFBFC; +} #masthead { width: 100%; z-index: 99999; -- 2.17.1