Personal Site
0
fork

Configure Feed

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

contain size of the feed

+2 -1
+2 -1
src/components/home/feeds/Feed.astro
··· 75 75 <style> 76 76 /* wrapper */ 77 77 .feed { 78 - height: calc(100vh - 40px - 2rem * 1.5); 78 + contain: size; 79 + height: 100%; 79 80 80 81 @media (max-width: 105ch) { 81 82 height: auto;