mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-27 14:32:37 +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.
|
All content from CMS is in .row-spaced.
|
||||||
Margin below is to fix extra whitespace for first rows
|
Margin below is to fix extra whitespace for first rows
|
||||||
*/
|
*/
|
||||||
.container > .row:nth-child(2) {
|
.container > .row:nth-child(2), .content-container > .row:first-child {
|
||||||
//- first child is page header, don't correct margin
|
//- .container first child is page header, don't correct margin
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.tab-pane {
|
.tab-pane {
|
||||||
|
|
Loading…
Add table
Reference in a new issue