|
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"> |
2 | 2 | {{-- Sponsor list --}} |
3 | 3 | <div |
4 | 4 | x-init=" |
@@ -175,16 +175,16 @@ class="text-sm will-change-transform" |
175 | 175 | </div> |
176 | 176 |
|
177 | 177 | <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" |
179 | 179 | > |
180 | 180 | {{-- 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"> |
182 | 182 | {{-- Logo --}} |
183 | 183 | <x-nav.logo /> |
184 | 184 |
|
185 | 185 | {{-- Description --}} |
186 | 186 | <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" |
188 | 188 | > |
189 | 189 | A collection of tools for rapidly building beautiful TALL stack |
190 | 190 | 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" |
212 | 212 | }) |
213 | 213 | } |
214 | 214 | " |
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" |
216 | 216 | > |
217 | 217 | <div class="opacity-0 motion-reduce:opacity-100"> |
218 | 218 | <a |
@@ -374,7 +374,7 @@ class="flex flex-col items-start text-sm *:inline-block *:px-px *:py-1.5 *:text- |
374 | 374 | }) |
375 | 375 | } |
376 | 376 | " |
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" |
378 | 378 | aria-hidden="true" |
379 | 379 | > |
380 | 380 | {{-- Left flower --}} |
@@ -441,7 +441,7 @@ class="h-8" |
441 | 441 |
|
442 | 442 | {{-- Copyright --}} |
443 | 443 | <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" |
445 | 445 | aria-label="Credits and copyright information" |
446 | 446 | > |
447 | 447 | {{-- Left side --}} |
|
0 commit comments