this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix max-width of nav menu

+1 -1
+1 -1
src/components/nav-menu.css
··· 14 14 'left right'; 15 15 padding: 0; 16 16 width: 22em; 17 - max-width: 100%; 17 + max-width: calc(100vw - 16px); 18 18 } 19 19 .nav-menu .top-menu { 20 20 grid-area: top;