Skip to content

Commit 4ee2e38

Browse files
committed
Menus
1 parent 0686ff2 commit 4ee2e38

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

docs/web/docs/menu.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,5 @@
6969
{
7070
"title": "Missing polyfills",
7171
"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"
8472
}
8573
]

web/src/scss/parts/header.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,10 @@ nav {
181181

182182
@include media("max", "lg") {
183183
position: absolute;
184-
top: 1rem;
184+
left: 0;
185+
bottom: 1rem;
186+
width: 100%;
187+
gap: 1.5rem;
185188
}
186189

187190
@include media("min", "lg") {

0 commit comments

Comments
 (0)