From bfa18da1bfe6ad306a5132fbb92cf520663b5977 Mon Sep 17 00:00:00 2001 From: Siddharth Varshney Date: Wed, 25 Mar 2020 05:29:27 +0530 Subject: [PATCH] css: Use SCSS nesting for `team .bdfl .profile-picture` in portico.scss. --- static/styles/portico/portico.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/styles/portico/portico.scss b/static/styles/portico/portico.scss index a04ae5047d..9314937b6b 100644 --- a/static/styles/portico/portico.scss +++ b/static/styles/portico/portico.scss @@ -771,11 +771,11 @@ a.bottom-signup-button { flex: 0 auto; width: 200px; margin: 10px; -} -.team .bdfl .profile-picture > img { - height: auto; - border-radius: 5px; + > img { + height: auto; + border-radius: 5px; + } } .team .bdfl .profile-information {