this repo has no description
0
fork

Configure Feed

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

Fix nav menu squeezed on Firefox

+7
+7
src/components/nav-menu.css
··· 3 3 display: flex; 4 4 width: auto; 5 5 padding: 0; 6 + min-width: 22em; 6 7 } 7 8 .nav-menu section { 8 9 padding: 8px 0; ··· 41 42 white-space: normal; 42 43 } 43 44 } 45 + 46 + @media (min-width: 40em) { 47 + .nav-menu { 48 + width: 28em; 49 + } 50 + }