aboutsummaryrefslogtreecommitdiff
path: root/src/components/desktop_nav
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-04 09:42:52 +0300
committerHenry Jameson <me@hjkos.com>2022-04-04 09:42:52 +0300
commit0e83ced25b612250d8126778288b7b44f3b91dfc (patch)
treedeff4bbca2a877fa45321f81dfbbf3a4583f6e42 /src/components/desktop_nav
parenta6134471055935dcbb94d9b2ed69dc8c2cf57832 (diff)
refactored how main app layout works
Diffstat (limited to 'src/components/desktop_nav')
-rw-r--r--src/components/desktop_nav/desktop_nav.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/desktop_nav/desktop_nav.scss b/src/components/desktop_nav/desktop_nav.scss
index 2d468588..1e731c70 100644
--- a/src/components/desktop_nav/desktop_nav.scss
+++ b/src/components/desktop_nav/desktop_nav.scss
@@ -1,9 +1,7 @@
@import '../../_variables.scss';
.DesktopNav {
- height: 50px;
width: 100%;
- position: fixed;
a {
color: var(--topBarLink, $fallback--link);