brought up the sections of templates to be closer to the search box

This commit is contained in:
Henry Oswald 2014-07-23 11:26:17 +01:00
parent 43256d2085
commit a9d8be8dec
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -29,6 +29,10 @@
}
.template-section-header:extend(.page-header) {
margin-top: 0px;
}
.social_buttons {
padding-top: 20px;
}