From a8660b8be97d433d82a2bcda876e263a52adf3fb Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 15 Jun 2018 00:09:09 -0400 Subject: [PATCH] formatting build fix --- app/assets/stylesheets/common/base/faqs.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/assets/stylesheets/common/base/faqs.scss b/app/assets/stylesheets/common/base/faqs.scss index 55efe483247..55b235409c5 100644 --- a/app/assets/stylesheets/common/base/faqs.scss +++ b/app/assets/stylesheets/common/base/faqs.scss @@ -2,7 +2,7 @@ /* intended only for /about /faq, /guidelines, /tos, and /privacy */ width: 100%; max-width: 700px; - .about-page & { + .about-page & { max-width: unset; section:not(.admins):not(.moderators) { max-width: 700px; @@ -13,18 +13,14 @@ font-size: $font-0; margin-top: 20px; } - li { margin-bottom: 8px; } - .nav-pills { margin-bottom: 20px; } - ul:not(.nav-pills), ol:not(.nav-pills) { margin-left: 40px; } } -