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

View File

@ -5,7 +5,7 @@
@endsection
@section("content")
<main class="h-100 text-center">
<main style="min-height: calc(100% - 61.34px)" class="text-center">
<form action="{{ action('FeedbackController@store') }}" method="post">
@csrf
<span>Ris el. Ros?</span>

View File

@ -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