Skip to content

Commit 9a54a99

Browse files
authored
chore: updates (#190)
1 parent 05f47d7 commit 9a54a99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/webinar/app/components/Logo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<svg
33
xmlns="http://www.w3.org/2000/svg"
44
viewBox="0 0 512 512"
5-
class="h-12 w-fit fill-red-600 motion-preset-pop"
5+
class="size-12 fill-red-600 motion-preset-pop"
66
>
77
<path d="M255 113c-57,60 -109,112 -235,87l0 0c-23,-7 -13,50 35,58l0 0c260,43 241,-131 375,-204l0 0c18,-13 -12,-25 -24,-26l0 0c-5,-1 -9,-1 -14,-1l0 0c-54,0 -97,44 -138,87zm-253 30c-2,14 -6,44 15,47l0 0 0 0c124,24 176,-41 234,-102l0 0c-33,-43 -78,-63 -120,-63l0 0c-63,0 -121,43 -129,117zm444 -67c-126,65 -133,252 -398,189l0 0c-27,-7 -4,47 39,58l0 0c243,53 268,-94 402,-205l0 0c21,-17 -1,-46 -27,-46l0 0c-5,0 -11,1 -16,4zm40 77c-81,83 -133,156 -217,182l0 0c-43,13 -97,15 -173,-1l0 0c-28,-6 0,38 42,46l0 0c66,11 136,3 197,-20l0 0c82,-31 176,-110 178,-198l0 0c-1,-11 -5,-17 -12,-17l0 0c-5,0 -10,3 -15,8zm-69 188c-97,55 -157,67 -267,50l0 0c-21,-3 -18,11 -2,20l0 0c97,55 228,25 287,-63l0 0c11,-16 12,-22 9,-22l0 0c-4,0 -15,7 -28,14zm-223 112c11,10 47,35 71,34l0 0c13,0 33,-13 45,-22l0 0c2,-1 4,-3 6,-4l0 0c8,-6 2,-9 -3,-8l0 0c-46,4 -78,0 -112,-11l0 0c-4,-1 -7,-2 -9,-2l0 0c-7,0 -5,6 3,13z" />
88
</svg>

apps/webinar/app/components/Speakers.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
headline: 'py-2 px-4 mx-auto w-fit bg-secondary text-white rounded-md motion-preset-stretch-sm',
99
}"
1010
>
11-
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
11+
<div class="grid grid-cols-2 lg:grid-cols-3 gap-4 md:gap-8">
1212
<SpeakerCard
1313
v-for="speaker in speakers"
1414
:key="speaker.name"

0 commit comments

Comments
 (0)