Fixed css and added no guides text

This commit is contained in:
frederikpyt
2020-08-05 07:51:30 +02:00
parent c04f26eaa7
commit 286b78865b
2 changed files with 4 additions and 1 deletions
@@ -17,5 +17,8 @@
{!! $guide->guide_articles !!}
<hr class="w-100">
@endforeach
@if(count($guides) < 1)
<p style="margin: 0 18px;">Der er ingen vejledninger.</p>
@endif
</main>
@endsection