Skip to content

Commit 86bd1bf

Browse files
committed
docs: fix mobile menu
1 parent e8964f6 commit 86bd1bf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

website/src/css/custom.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,16 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
4848
.menu {
4949
display: flex;
5050
flex-direction: column;
51-
justify-content: space-between;
51+
}
52+
53+
@media (width >= 997px) {
54+
.menu {
55+
justify-content: space-between;
56+
}
5257
}
5358

5459
#bwndw {
60+
order: 2;
5561
transition: opacity 0.3s ease-in-out;
5662
opacity: 1;
5763

0 commit comments

Comments
 (0)