From e77c062d41fe495a7dbfd6ffec314c0c07d80e71 Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Sat, 28 Mar 2026 15:44:48 +0100 Subject: [PATCH] chore: some design changes --- app/(main)/layout.tsx | 12 ++- app/(main)/links/page.tsx | 3 +- components/Footer.tsx | 156 +++++++++++++-------------- components/Header.tsx | 12 +-- styles/components/Footer.module.scss | 80 +++++++------- styles/components/Header.module.scss | 46 ++++---- styles/globals.scss | 22 ++-- styles/layout/Main.module.scss | 24 ++--- styles/pages/Links.module.scss | 2 + styles/typography.module.scss | 4 +- 10 files changed, 179 insertions(+), 182 deletions(-) diff --git a/app/(main)/layout.tsx b/app/(main)/layout.tsx index f8e9248..6374193 100644 --- a/app/(main)/layout.tsx +++ b/app/(main)/layout.tsx @@ -16,13 +16,15 @@ export default function MarketLayout({ <>
- + - -
{children}
-
-
+ +
+ {children} +
+