Update Footer component styles for improved layout and responsiveness
- Adjusted padding in the footer to enhance spacing and visual consistency. - Ensured the footer maintains a cohesive design with the overall theme.
This commit is contained in:
@@ -68,7 +68,7 @@ const {
|
|||||||
<footer class:list={[{ dark: theme === 'dark' }, 'relative border-t border-gray-200 dark:border-slate-800 not-prose']}>
|
<footer class:list={[{ dark: theme === 'dark' }, 'relative border-t border-gray-200 dark:border-slate-800 not-prose']}>
|
||||||
<div class="backdrop-blur-sm absolute inset-0 pointer-events-none" aria-hidden="true"></div>
|
<div class="backdrop-blur-sm absolute inset-0 pointer-events-none" aria-hidden="true"></div>
|
||||||
<div
|
<div
|
||||||
class="relative max-w-7xl mx-auto px-4 sm:px-6 dark:text-slate-300 intersect-once intersect-quarter intercept-no-queue motion-safe:md:opacity-0 motion-safe:md:intersect:animate-fade"
|
class="relative max-w-7xl mx-auto px-4 sm:px-6 pr-12 md:pr-12 dark:text-slate-300 intersect-once intersect-quarter intercept-no-queue motion-safe:md:opacity-0 motion-safe:md:intersect:animate-fade"
|
||||||
>
|
>
|
||||||
<!-- ✅ Combined Footer Section -->
|
<!-- ✅ Combined Footer Section -->
|
||||||
<div class="flex flex-col md:flex-row md:justify-between py-6 md:py-8 space-y-6 md:space-y-0">
|
<div class="flex flex-col md:flex-row md:justify-between py-6 md:py-8 space-y-6 md:space-y-0">
|
||||||
|
Reference in New Issue
Block a user