mirror of https://github.com/gophish/gophish
Fixed trimmed logo on mobile devices. Fixes #82
parent
76962749b1
commit
f3a3a6e79a
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue