From a1b34698e1517b720ec78ef5b6d2d68bb2cd6e86 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Tue, 11 May 2021 12:39:45 +0300 Subject: [PATCH] Fix bug main content not centered Closes #494 A bit hacky but seems to work. Play with negative margins to get the content centered and set them to 0 before the menu overlaps with the content. --- components/layout/Nav.tsx | 1 + pages/styles.css | 12 +++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/components/layout/Nav.tsx b/components/layout/Nav.tsx index 5dd8cb03e..4a8ec41f0 100644 --- a/components/layout/Nav.tsx +++ b/components/layout/Nav.tsx @@ -21,6 +21,7 @@ const Nav = () => { return (