v0.6.2a - Fixed css
This commit is contained in:
parent
6e7cc443b8
commit
366f66215e
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
@section("content")
|
@section("content")
|
||||||
<main style="min-height: calc(100% - 61.34px)" class="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" style="margin-top: 4rem; margin-bottom: auto;">
|
||||||
@csrf
|
@csrf
|
||||||
<span>Ris el. Ros?</span>
|
<span>Ris el. Ros?</span>
|
||||||
<select name="suggestion_form" class="mb-2" required>
|
<select name="suggestion_form" class="mb-2" required>
|
||||||
|
|
Loading…
Reference in New Issue