Skip to content

Commit 158c31d

Browse files
committed
Added wrapping for years
1 parent 5501e8e commit 158c31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TitleBlock.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function goToCallForTalks() {
3131
<div class="wrapper flex flex-col bg-red-600 text-white p-8 rounded-lg shadow-lg mt-8">
3232
<h1 class="text-4xl font-bold mb-2">{{ props.title }}</h1>
3333
<p class="text-lg mb-0">{{ props.subtitle }}</p>
34-
<div class="mt-4 flex gap-2">
34+
<div class="mt-4 flex gap-2 flex-wrap">
3535
<span v-for="year in years" :key="year">
3636
<button
3737
:class="[

0 commit comments

Comments
 (0)