overviews title: h1 to h2
This commit is contained in:
parent
86c615ef47
commit
d12a130315
2 changed files with 3 additions and 2 deletions
|
@ -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: %>
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue