From b7216af23327ed3f89affaf4f8f5a1976a028a16 Mon Sep 17 00:00:00 2001 From: SiddharthVarshney Date: Sat, 18 Jul 2020 14:49:38 +0530 Subject: [PATCH] css: Use SCSS nesting for `.portico-landing.hello .features`. --- static/styles/portico/landing-page.scss | 34 ++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/static/styles/portico/landing-page.scss b/static/styles/portico/landing-page.scss index 77b6b688f0..a0c8de394f 100644 --- a/static/styles/portico/landing-page.scss +++ b/static/styles/portico/landing-page.scss @@ -1228,28 +1228,28 @@ nav { padding: 50px 0px 100px 0px; background-color: hsl(0, 0%, 100%); -} -.portico-landing.hello .features .col-2 { - text-align: center; + .col-2 { + text-align: center; - position: relative; - z-index: 1; + position: relative; + z-index: 1; - img { - margin-bottom: 20px; - width: 100%; - max-width: 300px; - } + img { + margin-bottom: 20px; + width: 100%; + max-width: 300px; + } - .il-block { - display: inline-block; - width: 75%; - text-align: left; - } + .il-block { + display: inline-block; + width: 75%; + text-align: left; + } - h2 { - font-weight: normal; + h2 { + font-weight: normal; + } } }