mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Cosmetic Update (#753)
* UI changes * New (header) style was missing on some pages * Added/changed new localization strings * Unify page titles / apply .title class everywhere * Reduce spacing below page title Co-authored-by: Bernd Bestel <bernd@berrnd.de>
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 text-center">
|
||||
<h1>@yield('title')</h1>
|
||||
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
<ul class="nav nav-tabs justify-content-center mt-3">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" id="system-info-tab" data-toggle="tab" href="#system-info">{{ $__t('System info') }}</a>
|
||||
|
Reference in New Issue
Block a user