Navbars <o/

This commit is contained in:
Emily 2019-04-23 13:54:26 +02:00
parent d1c154f96d
commit d6755bf837
2 changed files with 10 additions and 62 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,10 +3,6 @@
background-color: #B507DB; background-color: #B507DB;
border-radius: 4px; border-radius: 4px;
position: fixed;
top: 30px;
bottom: 30px;
left: 30px;
z-index: 100; z-index: 100;
display: flex; display: flex;
@ -14,6 +10,7 @@
max-width: 100%; max-width: 100%;
width: 280px; width: 280px;
height: 100%;
} }
#sidenav ul > li { #sidenav ul > li {