Changed navbar style
This commit is contained in:
@@ -67,13 +67,13 @@
|
|||||||
display: block;
|
display: block;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
height: 10px;
|
height: 10px;
|
||||||
border-top: 2px solid #eee;
|
border-top: 2px solid #f00;
|
||||||
}
|
}
|
||||||
.nav > .nav-links {
|
.nav > .nav-links {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #333;
|
background-color: #f1fdfd;
|
||||||
height: 0px;
|
height: 0px;
|
||||||
transition: all 0.3s ease-in;
|
transition: all 0.3s ease-in;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user