More tweaking of layout
[ghost-theme-willow.git] / source / sass / components / _post-view.scss
index c50da6c127e6260448eceda7c6070ee19832b51c..231ecf08c072d97339711fb0b7d3bf66d306f336 100644 (file)
@@ -12,9 +12,9 @@
 // .c-post-view__content img[src$="#right"] { max-width:50vw; float: right; } 
 // .c-post-view__content img[src$="#full"] { max-width:none;width:100vw }
 
-img[src$="#left"] { max-width:30%; float: left; } 
-img[src$="#right"] { max-width:30%; float: right; } 
-img[src$="#full"] { max-width:none; width:100vw }
+img[src$="#left"]  { max-width:30%; float: left;  margin: 1rem; } 
+img[src$="#right"] { max-width:30%; float: right; margin: 1rem; 
+img[src$="#full"]  { max-width:none; width:100vw; margin: 1rem; }
 
 .kg-width-wide img {
   max-width: 85vw;