mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Fix positioning of 'All apps' title
This commit is contained in:
parent
b54b607c51
commit
4b39c1039f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<div id="category-selector" class="list-group grid">
|
||||
<a class="app-category-card" href="#/apps/catalog/all">
|
||||
<div class="panel-body">
|
||||
<h2 class="app-category-title" style="padding-top: 3em'"><span class="fa-fw fa-search"></span> {{t 'all_apps'}}</h2>
|
||||
<h2 class="app-category-title" style="padding-top: 1em;"><span class="fa-fw fa-search"></span> {{t 'all_apps'}}</h2>
|
||||
</div>
|
||||
</a>
|
||||
{{#categories}}
|
||||
|
|
Loading…
Reference in a new issue