v0.5.17 - Made some small css changes to guides layout

This commit is contained in:
2020-08-10 13:26:48 +02:00
parent c410f3feb6
commit 86536ba978
3 changed files with 77 additions and 15 deletions
@@ -12,7 +12,7 @@
</style>
<main>
<h1 class="text-center sde-blue mt-0">{{__('msg.vejledning')}}</h1>
<div style="border: 4px solid rgba(0,0,0, 0.2); border-radius: 4px; padding: 4px; margin-top: 1.5rem">
<div style="padding: 4px; margin-top: .25rem; text-align: justify; ">
<h2 class="text-center sde-blue mt-0">{{ $guide->name }}</h2>
{!!$guide->guide_articles!!}
</div>