fix mobile navbar

This commit is contained in:
Lorin Werthen 2017-05-03 15:42:27 +02:00
parent 5979490286
commit 0dda978668
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0

View file

@ -81,7 +81,7 @@ footer.footer {
// For better centering on mobile
@media screen and (max-width: 768px) {
@include mobile {
#tipue_search_input {
margin: 5px;
}
@ -91,6 +91,10 @@ footer.footer {
max-height: 0;
overflow: hidden;
transition: all 0.30s ease-in-out;
position: absolute;
top: 100%;
background-color: white;
width: 100%;
&.is-active {
max-height: 275px;