Fixed navigation on mobile.

This commit is contained in:
flash 2018-12-28 06:29:50 +01:00
parent 698ab50435
commit c2cf8d4d8f

View file

@ -28,6 +28,7 @@
@media (max-width: @site-mobile-width) { @media (max-width: @site-mobile-width) {
flex-direction: column; flex-direction: column;
height: 100%;
} }
} }