Merge pull request #823 from DimalChandrasiri/master

fix for issue [#1112]
revert-70aa11f8
Kamidu Sachith Punchihewa 7 years ago committed by GitHub
commit 07f8ce9441

@ -807,6 +807,11 @@ header .dropdown[aria-expanded=true], header .dropdown:hover {
background: #072038;
}
header .fw-user:before{
color: #333 !important;
}
@media only screen and (max-width: 768px) {
header .brand img.logo {
margin-top: 15px;

Loading…
Cancel
Save