Skip to content

Commit f1a1131

Browse files
committed
Refactor footer padding for improved layout consistency
1 parent 1d364ba commit f1a1131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
{@render children()}
137137
</main>
138138

139-
<footer class="border-base-content/10 border-t px-4 pt-[50px] pb-[100px]">
139+
<footer class="border-base-content/10 border-t px-4 py-[50px]">
140140
<div class="container mx-auto text-center">
141141
<div class="mb-4">
142142
<p class="text-lg font-bold">Kokoro Web {VERSION}</p>

0 commit comments

Comments
 (0)