Skip to content

Commit 84f2c52

Browse files
✨ Refine footer layout by adjusting padding and spacing for better visual consistency
1 parent 9dbf822 commit 84f2c52

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

resources/views/components/footer.blade.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<footer class="mx-auto w-full max-w-screen-lg px-5 pb-5 pt-14">
1+
<footer class="mx-auto w-full max-w-screen-lg px-5 pb-5 pt-10">
22
{{-- Sponsor list --}}
33
<div
44
x-init="
@@ -175,16 +175,16 @@ class="text-sm will-change-transform"
175175
</div>
176176

177177
<div
178-
class="flex flex-col items-stretch gap-x-20 gap-y-5 px-6 pt-12 lg:flex-row lg:items-start lg:justify-between"
178+
class="flex flex-col items-stretch gap-x-20 gap-y-5 px-6 pt-10 lg:flex-row lg:items-start lg:justify-between min-[1060px]:px-0"
179179
>
180180
{{-- Left side --}}
181-
<div class="flex flex-col items-center lg:items-start">
181+
<div class="flex flex-col items-center gap-3.5 lg:items-start">
182182
{{-- Logo --}}
183183
<x-nav.logo />
184184

185185
{{-- Description --}}
186186
<p
187-
class="pt-4 text-center font-afacad text-lg lg:max-w-[22rem] lg:text-left"
187+
class="text-center font-afacad text-lg lg:max-w-[22rem] lg:text-left"
188188
>
189189
A collection of tools for rapidly building beautiful TALL stack
190190
applications. It includes a powerful admin panel, dynamic forms,
@@ -212,7 +212,7 @@ class="pt-4 text-center font-afacad text-lg lg:max-w-[22rem] lg:text-left"
212212
})
213213
}
214214
"
215-
class="flex flex-wrap items-center gap-3.5 pt-3 text-hurricane"
215+
class="flex flex-wrap items-center gap-3.5 text-hurricane"
216216
>
217217
<div class="opacity-0 motion-reduce:opacity-100">
218218
<a
@@ -374,7 +374,7 @@ class="flex flex-col items-start text-sm *:inline-block *:px-px *:py-1.5 *:text-
374374
})
375375
}
376376
"
377-
class="flex items-center pt-1 text-hurricane/25 opacity-0 motion-reduce:opacity-100 lg:pt-2"
377+
class="flex items-center py-1 text-hurricane/25 opacity-0 motion-reduce:opacity-100 lg:pt-2 min-[1060px]:-mx-7"
378378
aria-hidden="true"
379379
>
380380
{{-- Left flower --}}
@@ -441,7 +441,7 @@ class="h-8"
441441

442442
{{-- Copyright --}}
443443
<section
444-
class="flex flex-col flex-wrap items-center gap-x-5 gap-y-3 text-center text-sm text-hurricane/80 sm:flex-row sm:justify-between sm:px-6 sm:text-left"
444+
class="flex flex-col flex-wrap items-center gap-x-5 gap-y-3 text-center text-sm text-hurricane/80 sm:flex-row sm:justify-between sm:px-6 sm:text-left min-[1060px]:px-0"
445445
aria-label="Credits and copyright information"
446446
>
447447
{{-- Left side --}}

0 commit comments

Comments
 (0)