Update clean-blog.css
fixed desktop header issue
This commit is contained in:
parent
60afede787
commit
91cc2787ec
1 changed files with 4 additions and 0 deletions
|
@ -103,6 +103,10 @@ hr.small {
|
||||||
.navbar-custom .nav li a:focus {
|
.navbar-custom .nav li a:focus {
|
||||||
color: rgba(255, 255, 255, 0.8);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 1170px) {
|
@media only screen and (min-width: 1170px) {
|
||||||
.navbar-custom {
|
.navbar-custom {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue