rework/lightweight #12

Merged
GauthierWebDev merged 106 commits from rework/lightweight into main 2025-04-21 16:27:38 +00:00
Showing only changes of commit 4999d543dd - Show all commits

View File

@ -4,7 +4,7 @@ import { Link } from "@/components/Link";
export function Footer() { export function Footer() {
return ( return (
<footer class="bg-slate-50 text-slate-700"> <footer class="bg-slate-50 text-slate-700">
<div class="mx-auto w-full flex flex-col max-w-8xl sm:px-6 lg:px-8 py-8"> <div class="mx-auto w-full flex flex-col max-w-8xl px-4 sm:px-6 lg:px-8 py-8">
<div> <div>
<div class="flex items-center gap-2 mb-2"> <div class="flex items-center gap-2 mb-2">
<Logo class="h-8 w-auto" /> <Logo class="h-8 w-auto" />