Skip to content

Commit f652202

Browse files
committed
Links in sidebar
1 parent 5fe34b0 commit f652202

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/css/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ details[open] .summary-swap-open {
255255
}
256256

257257
/* Desktop sticky nav */
258-
@media (min-width: 768px) and (min-height: 41.25em) { /* 660px */
258+
@media (min-width: 768px) and (min-height: 53.75em) { /* 860px */
259259
.page-header {
260260
position: sticky;
261261
top: 0;

src/site/_includes/header.njk

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111
{ "url": "/generators/", "text": "Site Generators" },
1212
{ "url": "/headless-cms/", "text": "Headless CMS" },
1313
{ "url": "/community/", "text": "Community" },
14-
{ "url": "/survey/2021/", "text": "Community Survey" }
14+
{ "url": "/survey/2021/", "text": "Community Survey", "children": [
15+
{ "url": "/survey/2021/#demographics", "text": "Demographics" },
16+
{ "url": "/survey/2021/#adoption", "text": "Jamstack adoption" },
17+
{ "url": "/survey/2021/#workflows", "text": "Workflows" },
18+
{ "url": "/survey/2021/#choices", "text": "Technology choices" },
19+
{ "url": "/survey/2021/#conclusion", "text": "Conclusion" }
20+
] }
1521
]
1622
%}
1723

0 commit comments

Comments
 (0)