flex flex-col space-y-1

This commit is contained in:
Benjamin Takats
2023-01-18 16:06:41 +01:00
parent 101da4af32
commit d190e8952e

View File

@@ -1,4 +1,4 @@
<div>
<div class="flex flex-col space-y-1">
<x-button
black
xs
@@ -10,7 +10,7 @@
@if($row->meetup->telegram_link)
<x-button
xs
secondary
black
target="_blank"
:href="$row->meetup->telegram_link"
>
@@ -21,7 +21,7 @@
@if($row->meetup->webpage)
<x-button
xs
secondary
black
target="_blank"
:href="$row->meetup->webpage"
>
@@ -32,7 +32,7 @@
@if($row->meetup->twitter_username)
<x-button
xs
secondary
black
target="_blank"
:href="$row->meetup->twitter_username"
>