Improve the login form display in mobile devices
This commit is contained in:
parent
d0389fd411
commit
22bfb77044
2 changed files with 12 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue