Changed navbar style

This commit is contained in:
Arun B
2018-11-24 15:49:26 +05:30
parent 19d2fcac3f
commit f34b6b3c94

View File

@@ -67,13 +67,13 @@
display: block;
width: 25px;
height: 10px;
border-top: 2px solid #eee;
border-top: 2px solid #f00;
}
.nav > .nav-links {
position: absolute;
display: block;
width: 100%;
background-color: #333;
background-color: #f1fdfd;
height: 0px;
transition: all 0.3s ease-in;
overflow-y: hidden;