fix responsive

This commit is contained in:
Akis 2023-02-25 19:22:14 +02:00
parent f3460779c3
commit 2a41347e06
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED

View File

@ -3,7 +3,7 @@
Project Segfault Project Segfault
</h1> </h1>
<p class="text-2xl">Open source development and hosted services.</p> <p class="text-2xl">Open source development and hosted services.</p>
<div class="flex flex-row gap-4"> <div class="flex gap-4 flex-col w-full sm:(flex-row justify-center)">
<a <a
href="/instances" href="/instances"
class="button" class="button"
@ -18,7 +18,7 @@
> >
<a <a
href="/pubnix" href="/pubnix"
class="button !bg-purple !text-black" class="button !bg-purple"
><div class="i-simple-icons:linux" /> ><div class="i-simple-icons:linux" />
Pubnix</a Pubnix</a
> >