v0.7.3 - Major Fixes
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
}
|
||||
</style>
|
||||
<main style="min-height: calc(100% - 61.34px);">
|
||||
<h1 class="text-center sde-blue mt-0" style="margin-bottom: auto;">{{__('msg.vejledning')}}</h1>
|
||||
<h1 class="text-center sde-blue mt-0" style="margin-bottom: 2rem;">{{__('msg.vejledning')}}</h1>
|
||||
@if(!$guides->isEmpty())
|
||||
@foreach($guides as $guide)
|
||||
<div class="card">
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
}
|
||||
</style>
|
||||
<main>
|
||||
<h1 style="margin-bottom: auto" class="text-center sde-blue mt-0">{{__('msg.vejledning')}}</h1>
|
||||
<h1 style="margin-bottom: 2rem" class="text-center sde-blue mt-0">{{__('msg.vejledning')}}</h1>
|
||||
<div style="padding: 4px; margin-top: .25rem; text-align: justify; ">
|
||||
<h2 class="text-center sde-blue mt-0">{{ $guide->name }}</h2>
|
||||
{!!$guide->guide_articles!!}
|
||||
|
||||
Reference in New Issue
Block a user