this repo has no description
1
fork

Configure Feed

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

๐Ÿ› Fix overflow on blog pages when images

+4
+4
public/global.css
··· 85 85 .blog-entry h6::before { 86 86 content: '######'; 87 87 } 88 + 89 + .blog-entry img { 90 + max-width: 100%; 91 + }