Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/LegalPage.jsx
Browse files
frontend/src/pages/LegalPage.jsx
CHANGED
|
@@ -187,7 +187,7 @@ export const LegalPage = () => {
|
|
| 187 |
|
| 188 |
<div className="grid grid-cols-1 lg:grid-cols-12 gap-lg items-start">
|
| 189 |
{/* Left Navigation Sidebar */}
|
| 190 |
-
<div className="lg:col-span-
|
| 191 |
<div className="bg-surface border border-outline-variant rounded-xl p-md shadow-sm">
|
| 192 |
<h2 className="text-lg font-bold text-on-surface mb-md px-xs">Legal & Compliance</h2>
|
| 193 |
<nav className="flex flex-col gap-xs">
|
|
@@ -229,7 +229,7 @@ export const LegalPage = () => {
|
|
| 229 |
</div>
|
| 230 |
|
| 231 |
{/* Right Policy Document Content */}
|
| 232 |
-
<div className="lg:col-span-
|
| 233 |
<div className="bg-surface border border-outline-variant rounded-xl p-lg md:p-xl shadow-sm min-h-[550px]">
|
| 234 |
<h1 className="text-2xl font-bold text-on-surface mb-xs">
|
| 235 |
{currentPolicy.title} {currentPolicy.subtitle && <span className="text-on-surface-variant text-base font-normal">{currentPolicy.subtitle}</span>}
|
|
|
|
| 187 |
|
| 188 |
<div className="grid grid-cols-1 lg:grid-cols-12 gap-lg items-start">
|
| 189 |
{/* Left Navigation Sidebar */}
|
| 190 |
+
<div className="lg:col-span-4 flex flex-col gap-md">
|
| 191 |
<div className="bg-surface border border-outline-variant rounded-xl p-md shadow-sm">
|
| 192 |
<h2 className="text-lg font-bold text-on-surface mb-md px-xs">Legal & Compliance</h2>
|
| 193 |
<nav className="flex flex-col gap-xs">
|
|
|
|
| 229 |
</div>
|
| 230 |
|
| 231 |
{/* Right Policy Document Content */}
|
| 232 |
+
<div className="lg:col-span-8">
|
| 233 |
<div className="bg-surface border border-outline-variant rounded-xl p-lg md:p-xl shadow-sm min-h-[550px]">
|
| 234 |
<h1 className="text-2xl font-bold text-on-surface mb-xs">
|
| 235 |
{currentPolicy.title} {currentPolicy.subtitle && <span className="text-on-surface-variant text-base font-normal">{currentPolicy.subtitle}</span>}
|