We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b698617 commit 3323912Copy full SHA for 3323912
src/routes/+page.svelte
@@ -18,7 +18,7 @@
18
<div class="babalo right-[8vw] top-[80vh] animate-moveAroundC md:hidden"></div>
19
20
<section class="flex flex-col items-center gap-10">
21
- <div class="h-20"></div>
+ <div class="h-28"></div>
22
23
<div data-aos="fade-right" class="text-3xl font-semibold max-md:text-center">
24
Start tracking your finances.
@@ -36,7 +36,7 @@
36
37
<FlexDownloadButtons />
38
39
40
41
<div class="grid max-w-5xl grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-3">
42
<FeatureCard title="Free and open-source">
@@ -84,7 +84,7 @@
84
</FeatureCard>
85
</div>
86
87
88
89
<div class="text-xs opacity-75">
90
<p id="fna1">
0 commit comments