From 10da961a911e35aba386d2b4a901c9b18b02e4e4 Mon Sep 17 00:00:00 2001 From: "Justin W. Flory (he/him) [UNICEF Innovation]" Date: Fri, 9 Apr 2021 12:19:53 -0400 Subject: [PATCH] :beetle: :question: ci: Fix stylelint on SASS CSS Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] --- _sass/pages/_wgs.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_sass/pages/_wgs.scss b/_sass/pages/_wgs.scss index 88b308ff..c5c78e59 100644 --- a/_sass/pages/_wgs.scss +++ b/_sass/pages/_wgs.scss @@ -1,9 +1,13 @@ /* Embed asset tweaks */ -.main-content figure, iframe, img, picture, video { +.main-content +figure, +iframe, +img, +picture, +video { height: auto; max-width: 100%; } - .page-title { margin-bottom: 10vh; }