feat: update grid column configuration in election page

Changed the grid column configuration from 3 to 2 in the election page view. This will help in better alignment and spacing of the elements within the grid.
This commit is contained in:
fsociety
2024-09-29 21:32:54 +02:00
parent cc53372fa5
commit 2f8ef6c662

View File

@@ -435,7 +435,7 @@ $signEvent = function ($event) {
</div>
</div>
<footer class="mt-5">
<div class="grid grid-cols-3 gap-y-2">
<div class="grid grid-cols-2 gap-y-2">
@foreach($electionConfig->firstWhere('type', $type)['candidates'] as $c)
<div
@if($isNotClosed)wire:click="vote('{{ $c['pubkey'] }}', '{{ $type }}')"