fix mobile navbar
This commit is contained in:
parent
5979490286
commit
0dda978668
1 changed files with 5 additions and 1 deletions
|
@ -81,7 +81,7 @@ footer.footer {
|
||||||
|
|
||||||
|
|
||||||
// For better centering on mobile
|
// For better centering on mobile
|
||||||
@media screen and (max-width: 768px) {
|
@include mobile {
|
||||||
#tipue_search_input {
|
#tipue_search_input {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
@ -91,6 +91,10 @@ footer.footer {
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: all 0.30s ease-in-out;
|
transition: all 0.30s ease-in-out;
|
||||||
|
position: absolute;
|
||||||
|
top: 100%;
|
||||||
|
background-color: white;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
&.is-active {
|
&.is-active {
|
||||||
max-height: 275px;
|
max-height: 275px;
|
||||||
|
|
Loading…
Reference in a new issue