We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3971f6 commit e7a4a6aCopy full SHA for e7a4a6a
1 file changed
app/components/home/Download.vue
@@ -13,7 +13,7 @@
13
Download the latest ISO below.
14
</p>
15
16
- <div class="flex flex-col md:flex-row justify-center gap-6 mb-12">
+ <div class="flex flex-col md:flex-row justify-center items-center gap-6 mb-12">
17
<a href="https://gofile.io/d/NOybCa" class="btn btn-primary btn-lg btn-wide gap-3 shadow-lg hover:scale-105 transition-transform">
18
<Icon name="lucide:download" />
19
GoFile
@@ -25,7 +25,7 @@
25
</div>
26
27
<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">
+ <div class="stat place-items-center border-r-0 sm:border-r">
29
<div class="stat-figure text-primary">
30
<Icon name="lucide:box" class="text-3xl" />
31
0 commit comments