Improved site responsive

This commit is contained in:
Pierre HUBERT
2018-08-03 15:27:56 +02:00
parent c973b33ac8
commit 499aefbc1d
2 changed files with 48 additions and 0 deletions

View File

@ -20,10 +20,27 @@ header .dropdown .fa-gear {
vertical-align: middle;
}
.main-header .alternate-latest-posts-button {
display: none;
}
@media (max-width: 360px) {
.main-header[forActiveUser="true"] .navbar-brand {
display: none;
}
.main-header .alternate-latest-posts-button {
display: block;
}
.nav > li > a {
padding: 10px 10px;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
width: 100%;
left: 0px;
}
}
@media (max-width: 767px) {