mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
More compact page headers / streamlined new page design for all pages
This commit is contained in:
@@ -12,9 +12,11 @@
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h2 class="title">@yield('title')</h2>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="my-2 py-1">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 col-xl-5 pb-3">
|
||||
<h3 class="text-muted">{{ $__t('Recipe') }} <strong>{{ $recipe->name }}</strong></h3>
|
||||
|
Reference in New Issue
Block a user