diff --git a/services/web/app/views/templates/index.jade b/services/web/app/views/templates/index.jade index d0c5b7aae2..64d927d186 100644 --- a/services/web/app/views/templates/index.jade +++ b/services/web/app/views/templates/index.jade @@ -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 diff --git a/services/web/public/stylesheets/app/templates.less b/services/web/public/stylesheets/app/templates.less index 103a839e01..c1463584cc 100644 --- a/services/web/public/stylesheets/app/templates.less +++ b/services/web/public/stylesheets/app/templates.less @@ -29,6 +29,10 @@ } +.template-section-header:extend(.page-header) { + margin-top: 0px; +} + .social_buttons { padding-top: 20px; }