feat: increase grid columns in election admin view

Modified the grid layout in the election admin view to have 12 columns instead of 3. This change will allow for greater flexibility in arranging elements on the page.
This commit is contained in:
fsociety
2024-09-29 22:28:57 +02:00
parent 5623671bad
commit 5988408bcc

View File

@@ -177,7 +177,7 @@ $loadEvents = function () {
</div> </div>
<!-- Cards --> <!-- Cards -->
<div class="grid grid-cols-3 gap-6"> <div class="grid grid-cols-12 gap-6">
@foreach($positions as $key => $position) @foreach($positions as $key => $position)
<div wire:key="pos_{{ $key }}" wire:ignore <div wire:key="pos_{{ $key }}" wire:ignore