We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8964f6 commit 86bd1bfCopy full SHA for 86bd1bf
1 file changed
website/src/css/custom.css
@@ -48,10 +48,16 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
48
.menu {
49
display: flex;
50
flex-direction: column;
51
- justify-content: space-between;
+}
52
+
53
+@media (width >= 997px) {
54
+ .menu {
55
+ justify-content: space-between;
56
+ }
57
}
58
59
#bwndw {
60
+ order: 2;
61
transition: opacity 0.3s ease-in-out;
62
opacity: 1;
63
0 commit comments