overviews title: h1 to h2

This commit is contained in:
Felix Niklas 2015-11-05 12:05:50 +01:00
parent 86c615ef47
commit d12a130315
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<div class="page-header"> <div class="page-header">
<div class="page-header-title"> <div class="page-header-title">
<h1><%- @T( @overview.name ) %></h1> <h2><%- @T( @overview.name ) %></h2>
</div> </div>
<div class="page-header-meta"> <div class="page-header-meta">
<% if @edit: %> <% if @edit: %>

View file

@ -1752,7 +1752,8 @@ kbd {
justify-content: center; justify-content: center;
} }
.page-header-title h1 { .page-header-title h1,
.page-header-title h2 {
margin-top: 9px; margin-top: 9px;
margin-bottom: 7px; margin-bottom: 7px;
} }