From c9ee4aea80462e6f0152d95258997fb52844d633 Mon Sep 17 00:00:00 2001
From: maxceem <maxceem@gmail.com>
Date: Sun, 29 Nov 2020 15:35:08 +0200
Subject: [PATCH] feat: removed styles for sidebar

Styles for the sidebar are fully moved to the Navbar app.
---
 .nvmrc               |  1 +
 src/reuse/global.css | 14 --------------
 2 files changed, 1 insertion(+), 14 deletions(-)
 create mode 100644 .nvmrc

diff --git a/.nvmrc b/.nvmrc
new file mode 100644
index 0000000..c2f6421
--- /dev/null
+++ b/.nvmrc
@@ -0,0 +1 @@
+10.22.1
diff --git a/src/reuse/global.css b/src/reuse/global.css
index d40060e..38e1de1 100644
--- a/src/reuse/global.css
+++ b/src/reuse/global.css
@@ -1,7 +1,3 @@
-:root {
-  --mainMenuWidth: 244px;
-}
-
 @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
 @import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
 
@@ -11,13 +7,3 @@ body {
   margin: 0;
   padding: 0;
 }
-
-#single-spa-main {
-  margin-left: 0;
-}
-
-@media (min-width: 1024px) {
-  #single-spa-main {
-    margin-left: var(--mainMenuWidth);
-  }
-}