From 7fc0ab36b317376fc5575c04aeceb2b8c4e63885 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Fri, 21 Sep 2018 17:09:08 -0500 Subject: [PATCH] CMS pages margin --- services/web/public/stylesheets/app/cms-page.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/public/stylesheets/app/cms-page.less b/services/web/public/stylesheets/app/cms-page.less index 1e7f0aa4ed..bf5c2ff437 100644 --- a/services/web/public/stylesheets/app/cms-page.less +++ b/services/web/public/stylesheets/app/cms-page.less @@ -45,8 +45,8 @@ All content from CMS is in .row-spaced. Margin below is to fix extra whitespace for first rows */ - .container > .row:nth-child(2) { - //- first child is page header, don't correct margin + .container > .row:nth-child(2), .content-container > .row:first-child { + //- .container first child is page header, don't correct margin margin-top: 0; } .tab-pane {