Skip to content

Commit e7a4a6a

Browse files
author
JianZcar
committed
simple fix for mobile
1 parent b3971f6 commit e7a4a6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/home/Download.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Download the latest ISO below.
1414
</p>
1515

16-
<div class="flex flex-col md:flex-row justify-center gap-6 mb-12">
16+
<div class="flex flex-col md:flex-row justify-center items-center gap-6 mb-12">
1717
<a href="https://gofile.io/d/NOybCa" class="btn btn-primary btn-lg btn-wide gap-3 shadow-lg hover:scale-105 transition-transform">
1818
<Icon name="lucide:download" />
1919
GoFile
@@ -25,7 +25,7 @@
2525
</div>
2626

2727
<div class="rounded-2xl grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 shadow-xl bg-base-100 max-w-4xl mx-auto p-2">
28-
<div class="stat place-items-center">
28+
<div class="stat place-items-center border-r-0 sm:border-r">
2929
<div class="stat-figure text-primary">
3030
<Icon name="lucide:box" class="text-3xl" />
3131
</div>

0 commit comments

Comments
 (0)