We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37baea0 commit ae44f34Copy full SHA for ae44f34
src/css/header.css
@@ -56,7 +56,7 @@ body {
56
max-height: calc(100vh - var(--navbar-height));
57
}
58
59
-@media screen and (max-width: 1023px) {
+@media screen and (max-width: 1023.5px) {
60
.navbar-start .navbar-item + .navbar-item {
61
display: none;
62
@@ -217,7 +217,7 @@ body {
217
letter-spacing: -0.01em;
218
219
220
221
.navbar-brand .navbar-item {
222
align-items: center;
223
display: flex;
src/css/main.css
@@ -1,4 +1,4 @@
1
2
aside.toc.sidebar {
3
4
0 commit comments