Fixed user menu alignment on mobile.

This commit is contained in:
flash 2019-01-12 19:25:55 +01:00
parent 2896eca542
commit bd42ef8a66

View file

@ -185,6 +185,10 @@
order: 3;
align-items: center;
@media (max-width: @site-mobile-width) {
justify-content: flex-end;
}
&-toggle {
display: none;
}