Revised mobile header collection

This commit is contained in:
Fabiano Alencar 2018-08-22 17:02:46 -03:00
parent 7f07cdf4ec
commit 5aba3f7f1b
2 changed files with 6 additions and 0 deletions

View File

@ -206,6 +206,9 @@
height: 35px; height: 35px;
left: 94.833333%; left: 94.833333%;
top: -2px; top: -2px;
@media only screen and (max-width: 576px) {
left: 90.833333%;
}
.btn { .btn {
position: absolute; position: absolute;
top: 0; top: 0;

View File

@ -160,6 +160,9 @@ nav{
margin-top: 0.5rem; margin-top: 0.5rem;
} }
} }
.dropdown-menu {
border-radius: 0;
}
} }
} }
} }