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 0686ff2 commit 4ee2e38Copy full SHA for 4ee2e38
docs/web/docs/menu.json
@@ -69,17 +69,5 @@
69
{
70
"title": "Missing polyfills",
71
"url": "{docs-version}/docs/missing.html"
72
- },
73
- {
74
- "title": "Contributing",
75
- "url": "{docs-version}/docs/contributing.html"
76
77
78
- "title": "Security policy",
79
- "url": "{docs-version}/docs/policy.html"
80
81
82
- "title": "Changelog",
83
- "url": "{docs-version}/docs/changelog.html"
84
}
85
]
web/src/scss/parts/header.scss
@@ -181,7 +181,10 @@ nav {
181
182
@include media("max", "lg") {
183
position: absolute;
184
- top: 1rem;
+ left: 0;
185
+ bottom: 1rem;
186
+ width: 100%;
187
+ gap: 1.5rem;
188
189
190
@include media("min", "lg") {
0 commit comments