diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-14 15:44:50 -0500 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-08-14 15:44:50 -0500 |
| commit | cfd377e29c0fa6f10c4d6bf3f507de4ca2f0b10a (patch) | |
| tree | 6e30957cf5119a8ab83dd2c719e907e988619841 /frontend/src/pages/Rules.tsx | |
| parent | Switched to tailwind/vite (diff) | |
| download | lphub-cfd377e29c0fa6f10c4d6bf3f507de4ca2f0b10a.tar.gz lphub-cfd377e29c0fa6f10c4d6bf3f507de4ca2f0b10a.tar.bz2 lphub-cfd377e29c0fa6f10c4d6bf3f507de4ca2f0b10a.zip | |
Mobile Design looking decent
Diffstat (limited to 'frontend/src/pages/Rules.tsx')
| -rw-r--r-- | frontend/src/pages/Rules.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/Rules.tsx b/frontend/src/pages/Rules.tsx index 7cdc08b..9c7885c 100644 --- a/frontend/src/pages/Rules.tsx +++ b/frontend/src/pages/Rules.tsx | |||
| @@ -25,7 +25,7 @@ const Rules: React.FC = () => { | |||
| 25 | }, []); | 25 | }, []); |
| 26 | 26 | ||
| 27 | return ( | 27 | return ( |
| 28 | <main className="p-8 text-foreground font-[--font-barlow-semicondensed-regular] prose prose-invert max-w-none"> | 28 | <main className="ml-16 p-8 text-foreground font-[--font-barlow-semicondensed-regular] prose prose-invert max-w-none"> |
| 29 | <Helmet> | 29 | <Helmet> |
| 30 | <title>LPHUB | Rules</title> | 30 | <title>LPHUB | Rules</title> |
| 31 | </Helmet> | 31 | </Helmet> |