Fixed css and added no guides text
This commit is contained in:
parent
c04f26eaa7
commit
286b78865b
skolehjem/resources/views/app
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue