Improve the login form display in mobile devices

This commit is contained in:
Manuel Cillero 2017-09-24 23:14:57 +02:00
parent d0389fd411
commit 22bfb77044
2 changed files with 12 additions and 2 deletions

View file

@ -143,7 +143,7 @@ ul.social-menu .social-link-mail:hover a {
position: absolute;
}
@media (min-width: 768px) and (max-width: 899px) {
.navbar-default .navbar-nav > li:first-child {
body.logged-in .navbar-default .navbar-nav > li:first-child {
display: none;
}
}