Personal Site
0
fork

Configure Feed

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

Make the feed auto height on mobile

+4
+4
src/components/home/feeds/Feed.astro
··· 77 77 .feed { 78 78 height: calc(100vh - 40px - 2rem * 1.5); 79 79 80 + @media (max-width: 105ch) { 81 + height: auto; 82 + } 83 + 80 84 z-index: 0; 81 85 82 86 border-image: var(--box-lr-png) 0 10 fill / 0 20px / 10000px 20px round;