Add shadow to navbar

This commit is contained in:
spikecodes 2021-01-07 10:49:10 -08:00
parent c7c787dff1
commit e7b448a282

View File

@ -38,6 +38,7 @@ nav {
min-height: 40px;
position: fixed;
width: calc(100% - 30px);
box-shadow: var(--shadow);
top: 0;
z-index: 1;
}