Personal Site
0
fork

Configure Feed

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

Remove margin and padding on the warning to reduce CLS on polyfilled browsers

+2 -1
+2 -1
src/components/home/Landing.astro
··· 119 119 } 120 120 121 121 background: rgb(from goldenrod r g b / 0.2); 122 - padding: 5px; 122 + margin: 0; 123 + padding: 0; 123 124 124 125 opacity: 0; 125 126 height: 0;