Skip to content

Commit

Permalink
#51 - speakers order (#53)
Browse files Browse the repository at this point in the history
#51 - fix: changed order
  • Loading branch information
kamilpiech97 authored Aug 22, 2024
1 parent ccba789 commit 9c808d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/meetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ <h2 class="pl-4 text-2xl font-bold">O czym?</h2>
:key="index"
>
<div
:class="{'w-[45%]': index === selectedSpeakerIndex, 'w-[27.5%]': index !== selectedSpeakerIndex}"
:class="{'w-[45%] order-last': index === selectedSpeakerIndex, 'w-[27.5%]': index !== selectedSpeakerIndex}"
class="h-full overflow-hidden"
>
<img
Expand Down

0 comments on commit 9c808d2

Please sign in to comment.