Fixed css and added no guides text
This commit is contained in:
parent
c04f26eaa7
commit
286b78865b
|
@ -5,7 +5,7 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("content")
|
@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">
|
<form action="{{ action('FeedbackController@store') }}" method="post">
|
||||||
@csrf
|
@csrf
|
||||||
<span>Ris el. Ros?</span>
|
<span>Ris el. Ros?</span>
|
||||||
|
|
|
@ -17,5 +17,8 @@
|
||||||
{!! $guide->guide_articles !!}
|
{!! $guide->guide_articles !!}
|
||||||
<hr class="w-100">
|
<hr class="w-100">
|
||||||
@endforeach
|
@endforeach
|
||||||
|
@if(count($guides) < 1)
|
||||||
|
<p style="margin: 0 18px;">Der er ingen vejledninger.</p>
|
||||||
|
@endif
|
||||||
</main>
|
</main>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
Loading…
Reference in New Issue