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 <x-button
black black
xs xs
@@ -10,7 +10,7 @@
@if($row->meetup->telegram_link) @if($row->meetup->telegram_link)
<x-button <x-button
xs xs
secondary black
target="_blank" target="_blank"
:href="$row->meetup->telegram_link" :href="$row->meetup->telegram_link"
> >
@@ -21,7 +21,7 @@
@if($row->meetup->webpage) @if($row->meetup->webpage)
<x-button <x-button
xs xs
secondary black
target="_blank" target="_blank"
:href="$row->meetup->webpage" :href="$row->meetup->webpage"
> >
@@ -32,7 +32,7 @@
@if($row->meetup->twitter_username) @if($row->meetup->twitter_username)
<x-button <x-button
xs xs
secondary black
target="_blank" target="_blank"
:href="$row->meetup->twitter_username" :href="$row->meetup->twitter_username"
> >