fix/table-of-contents #11

Merged
GauthierWebDev merged 4 commits from fix/table-of-contents into main 2025-04-18 19:17:10 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f590e0d6fd - Show all commits

View File

@ -2,7 +2,7 @@ import React from "react";
export function Page() { export function Page() {
return ( return (
<div className="px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:px-16 flex flex-col gap-4 text-slate-700 dark:text-slate-300"> <div className="grow px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:px-16 flex flex-col gap-4 text-slate-700 dark:text-slate-300">
<h1 className="font-display text-3xl tracking-tight text-slate-900 dark:text-white">Mentions légales</h1> <h1 className="font-display text-3xl tracking-tight text-slate-900 dark:text-white">Mentions légales</h1>
<section> <section>

View File

@ -7,7 +7,7 @@ export function Page() {
const { setIsOpen } = useContext(CookiesContext); const { setIsOpen } = useContext(CookiesContext);
return ( return (
<div className="px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:px-16 flex flex-col gap-4 text-slate-700 dark:text-slate-300"> <div className="grow px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:px-16 flex flex-col gap-4 text-slate-700 dark:text-slate-300">
<h1 className="font-display text-3xl tracking-tight text-slate-900 dark:text-white"> <h1 className="font-display text-3xl tracking-tight text-slate-900 dark:text-white">
Politique de confidentialité Politique de confidentialité
</h1> </h1>