premiere version responsive sur mobile
This commit is contained in:
@@ -11,7 +11,7 @@ export default function CGUPage() {
|
||||
|
||||
return (
|
||||
<div className="min-h-screen bg-[#eef2ff] font-sans selection:bg-blue-200">
|
||||
<nav className="bg-white/80 backdrop-blur-md z-50 border-b border-indigo-100 px-8 h-16 flex items-center justify-between sticky top-0">
|
||||
<nav className="bg-white/80 backdrop-blur-md z-50 border-b border-indigo-100 px-4 md:px-8 h-16 flex items-center justify-between sticky top-0">
|
||||
<Link href="/" className="flex items-center gap-2 hover:opacity-80 transition-opacity">
|
||||
<div className="bg-blue-600 p-1.5 rounded-lg">
|
||||
<Book className="text-white" size={24} />
|
||||
@@ -26,9 +26,9 @@ export default function CGUPage() {
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<main className="max-w-4xl mx-auto py-20 px-8">
|
||||
<main className="max-w-4xl mx-auto py-20 px-4 md:px-8">
|
||||
<h1 className="text-4xl md:text-5xl font-black text-slate-900 mb-8 tracking-tight">{t('legal.cgu_title')}</h1>
|
||||
<div className="bg-white p-8 sm:p-12 rounded-3xl shadow-xl border border-indigo-50 text-slate-600 leading-relaxed space-y-6">
|
||||
<div className="bg-white p-6 sm:p-12 rounded-3xl shadow-xl border border-indigo-50 text-slate-600 leading-relaxed space-y-6">
|
||||
<p>{t('legal.cgu_content')}</p>
|
||||
<p><i>(Ceci est un document type en attente de la version finale par un conseiller juridique)</i></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user