CMS pages margin

This commit is contained in:
Jessica Lawshe 2018-09-21 17:09:08 -05:00
parent b85fd183a1
commit 7fc0ab36b3

View file

@ -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 {