Source code of my website
1
fork

Configure Feed

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

๐Ÿ’„ : fix image size

this should prevent layout shifts

see https://developer.chrome.com/docs/performance/insights/cls-culprit

+2 -1
+2 -1
assets/css/custom.css
··· 153 153 } 154 154 155 155 .books .info a .featuredImage { 156 - max-height: 10rem; 156 + width: 250px; 157 + height: 330px; 157 158 } 158 159 159 160 /* article headline style */