mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 18:51:11 +00:00
CMS pages margin
This commit is contained in:
parent
b85fd183a1
commit
7fc0ab36b3
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue