Update clean-blog.css

fixed desktop header issue
This commit is contained in:
Marco 2016-06-29 22:31:47 +02:00 committed by GitHub
parent 60afede787
commit 91cc2787ec
1 changed files with 4 additions and 0 deletions

View File

@ -103,6 +103,10 @@ hr.small {
.navbar-custom .nav li a:focus {
color: rgba(255, 255, 255, 0.8);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
background: transparent;
}
}
@media only screen and (min-width: 1170px) {
.navbar-custom {