Skip to content

Commit

Permalink
Clean up the public/private source inputs on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Jul 12, 2024
1 parent 9329a85 commit c006635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/suggestions/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ class="w-96 max-w-full rounded-xl border-none bg-black/4 backdrop-blur-lg"
<div class="mb-8 gap-x-10 md:grid md:grid-cols-2">
<div class="col-span-2">How do you know they use Laravel?</div>

<div>
<div class="mb-6 md:mb-0">
<textarea
class="h-32 w-128 max-w-full rounded-xl border-none bg-black/4 text-lg backdrop-blur-lg"
placeholder="Public"
name="public_source"
>
{{ old('public_source') }}</textarea
>
<label class="block">
<label class="block -mt-2">
<span class="text-sm italic text-gray-500">
(if this information
<strong>can</strong>
Expand All @@ -67,7 +67,7 @@ class="h-32 w-128 max-w-full rounded-xl border-none bg-black/4 text-lg backdrop-
{{ old('private_source') }}</textarea
>
</div>
<label class="block">
<label class="block -mt-2">
<span class="text-sm italic text-gray-500">
(if this information
<strong>cannot</strong>
Expand Down

0 comments on commit c006635

Please sign in to comment.