We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5501e8e commit 158c31dCopy full SHA for 158c31d
src/components/TitleBlock.vue
@@ -31,7 +31,7 @@ function goToCallForTalks() {
31
<div class="wrapper flex flex-col bg-red-600 text-white p-8 rounded-lg shadow-lg mt-8">
32
<h1 class="text-4xl font-bold mb-2">{{ props.title }}</h1>
33
<p class="text-lg mb-0">{{ props.subtitle }}</p>
34
- <div class="mt-4 flex gap-2">
+ <div class="mt-4 flex gap-2 flex-wrap">
35
<span v-for="year in years" :key="year">
36
<button
37
:class="[
0 commit comments