meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

blog_posts_dont_fill_the_page [2022/12/10 15:34] – created sgrafblog_posts_dont_fill_the_page [2022/12/10 16:16] (current) sgraf
Line 1: Line 1:
-<markdown> </markdown>+====== Blog posts don't fill the page ====== 
 + 
 + 
 +<markdown> 
 + 
 + 
 +So you're adding pictures to blog posts however noticed that the images overlap the content and look really ugly. 
 + 
 +To fix this all you need to do is add the following css to your main overwriting `style.css` file. 
 + 
 +    figure.image img{width: 100% !important;
 + 
 + 
 + </markdown>