mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
brought up the sections of templates to be closer to the search box
This commit is contained in:
parent
43256d2085
commit
a9d8be8dec
2 changed files with 5 additions and 1 deletions
|
@ -37,7 +37,7 @@ block content
|
|||
.row
|
||||
-each tag in tags
|
||||
-if(tag.totalNumberOfTemplates > 0)
|
||||
.page-header.col-md-12
|
||||
.template-section-header.col-md-12
|
||||
h2
|
||||
a(href=tag.tagPagePath) #{tag.name}
|
||||
.row
|
||||
|
|
|
@ -29,6 +29,10 @@
|
|||
|
||||
}
|
||||
|
||||
.template-section-header:extend(.page-header) {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.social_buttons {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue