app/views/main/callback/show.volt: fix heading sizes.
This commit is contained in:
parent
3d94f8cc96
commit
b79ea0ef15
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
<div class="section">
|
||||
<div class="clearfix">
|
||||
<h3 class="float-start">{{ item.name|e }}</h3>
|
||||
<h5 class="float-end"><strong>Created at:</strong> {{ item.created_at }}</h5>
|
||||
<h4 class="float-start">{{ item.name|e }}</h4>
|
||||
<h6 class="float-end"><strong>Created at:</strong> {{ item.created_at }}</h6>
|
||||
</div>
|
||||
|
||||
<div class="panel-group request-list" id="request-list" role="tablist" aria-multiselectable="true">
|
||||
|
|
|
|||
Reference in a new issue