fix some cammie stuff
This commit is contained in:
parent
e1f129931b
commit
833a490ccc
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,7 @@ html, .footer {
|
|||
}
|
||||
|
||||
#navbar {
|
||||
z-index: 100;
|
||||
margin-bottom: 10px;
|
||||
|
||||
.logo-wrapper {
|
||||
|
@ -36,6 +37,10 @@ html, .footer {
|
|||
margin-bottom: 0;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
|
||||
.nav-menu {
|
||||
z-index: 20;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -64,6 +69,7 @@ main.section {
|
|||
.nav {
|
||||
height: 100%;
|
||||
align-items: flex-end;
|
||||
z-index: auto;
|
||||
|
||||
.nav-item {
|
||||
transition: 0.2s;
|
||||
|
|
Loading…
Reference in a new issue