refactored how main app layout works

This commit is contained in:
Henry Jameson 2022-04-04 09:42:52 +03:00
parent a613447105
commit 0e83ced25b
4 changed files with 89 additions and 49 deletions

View file

@ -1,9 +1,7 @@
@import '../../_variables.scss';
.DesktopNav {
height: 50px;
width: 100%;
position: fixed;
a {
color: var(--topBarLink, $fallback--link);

View file

@ -92,8 +92,7 @@
.MobileNav {
.mobile-nav {
display: grid;
line-height: 50px;
height: 50px;
line-height: var(--navbar-height);
grid-template-rows: 50px;
grid-template-columns: 2fr auto;
width: 100%;