aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/pages/Rules
diff options
context:
space:
mode:
authorWolfboy248 <georgejvindkarlsen@gmail.com>2025-08-26 08:20:51 +0200
committerWolfboy248 <georgejvindkarlsen@gmail.com>2025-08-26 08:20:51 +0200
commitddfe5015c9237fbe0fea44f8bcde31708eb3adac (patch)
treedb7d9812461c0ab0dc39812465f20bc958f9bf67 /frontend/src/pages/Rules
parentMoved breadcrum navigation into its own component (diff)
downloadlphub-ddfe5015c9237fbe0fea44f8bcde31708eb3adac.tar.gz
lphub-ddfe5015c9237fbe0fea44f8bcde31708eb3adac.tar.bz2
lphub-ddfe5015c9237fbe0fea44f8bcde31708eb3adac.zip
Fixed some inconsistant styles and fixed category queryparam in maplist pagecss
Diffstat (limited to 'frontend/src/pages/Rules')
-rw-r--r--frontend/src/pages/Rules/Rules.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/Rules/Rules.tsx b/frontend/src/pages/Rules/Rules.tsx
index 20d301c..a94118a 100644
--- a/frontend/src/pages/Rules/Rules.tsx
+++ b/frontend/src/pages/Rules/Rules.tsx
@@ -25,7 +25,7 @@ const Rules: React.FC = () => {
25 }, []); 25 }, []);
26 26
27 return ( 27 return (
28 <div className="pl-8 pt-2"> 28 <div className="px-12 pt-6">
29 <Helmet> 29 <Helmet>
30 <title>LPHUB | Rules</title> 30 <title>LPHUB | Rules</title>
31 </Helmet> 31 </Helmet>