Fixed trimmed logo on mobile devices. Fixes #82

pull/186/head
Jordan Wright 2016-02-29 21:40:36 -06:00
parent 76962749b1
commit f3a3a6e79a
1 changed files with 5 additions and 0 deletions

5
static/css/main.css vendored
View File

@ -461,3 +461,8 @@ td.details-control{
#capture_passwords { #capture_passwords {
display:none; display:none;
} }
@media (max-width: 767px) {
.navbar-header {
margin-left:10px !important;
}
}