From c243256180a5fa5a4f0f928a56aa934db2aeb542 Mon Sep 17 00:00:00 2001 From: "Thomas \"ajnart\" Camlong" Date: Sun, 15 May 2022 19:32:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Improve=20layout=20styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/layout/Aside.tsx | 4 +- src/components/layout/Footer.tsx | 68 +++++++++++++++++++------------- src/components/layout/Navbar.tsx | 4 +- 3 files changed, 46 insertions(+), 30 deletions(-) diff --git a/src/components/layout/Aside.tsx b/src/components/layout/Aside.tsx index b2372fdb8..d51055c0b 100644 --- a/src/components/layout/Aside.tsx +++ b/src/components/layout/Aside.tsx @@ -5,9 +5,11 @@ import ModuleWrapper from '../modules/moduleWrapper'; export default function Aside() { return (