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 {
|
#navbar {
|
||||||
|
z-index: 100;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
||||||
.logo-wrapper {
|
.logo-wrapper {
|
||||||
|
@ -36,6 +37,10 @@ html, .footer {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-menu {
|
||||||
|
z-index: 20;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -64,6 +69,7 @@ main.section {
|
||||||
.nav {
|
.nav {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
z-index: auto;
|
||||||
|
|
||||||
.nav-item {
|
.nav-item {
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
|
|
Loading…
Reference in a new issue