Skip to content

Commit e701ead

Browse files
committed
Board page design enhancement
1 parent 5b2b502 commit e701ead

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

public/img/scrum-kanban.png

99.1 KB
Loading
Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
<x-filament::page>
22

3-
<form wire:submit.prevent="search">
4-
{{ $this->form }}
5-
</form>
3+
<div class="w-full flex flex-col gap-10 justify-center items-center">
4+
<form wire:submit.prevent="search" class="lg:w-[50%] w-full">
5+
{{ $this->form }}
6+
</form>
7+
8+
<div class="w-full flex justify-center items-center text-center">
9+
<img src="{{ asset('img/scrum-kanban.png') }}"
10+
class="lg:w-[50%] w-full rounded-2xl shadow border border-gray-300"
11+
alt="Scrum board VS Kanban board"/>
12+
</div>
13+
</div>
614

715
</x-filament::page>

0 commit comments

Comments
 (0)