Personal Site
0
fork

Configure Feed

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

Resolve issues with overflow scrolling

+4 -1
+4 -1
src/components/Header.astro
··· 79 79 80 80 @media (max-width: 600px) { 81 81 flex-direction: column; 82 + align-items: start; 83 + nav, h1 { 84 + margin-inline: auto; 85 + } 82 86 } 83 87 84 88 & > nav > ul { ··· 87 91 align-items: center; 88 92 justify-content: start; 89 93 max-width: 100%; 90 - overflow-y: scroll; 91 94 gap: 10px; 92 95 93 96 & > li {