Fixed user menu alignment on mobile.
This commit is contained in:
parent
2896eca542
commit
bd42ef8a66
1 changed files with 4 additions and 0 deletions
|
@ -185,6 +185,10 @@
|
|||
order: 3;
|
||||
align-items: center;
|
||||
|
||||
@media (max-width: @site-mobile-width) {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
&-toggle {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue