X-Git-Url: https://git.njae.me.uk/?p=ghost-theme-willow.git;a=blobdiff_plain;f=source%2Fsass%2Fcomponents%2F_post-view.scss;fp=source%2Fsass%2Fcomponents%2F_post-view.scss;h=231ecf08c072d97339711fb0b7d3bf66d306f336;hp=c50da6c127e6260448eceda7c6070ee19832b51c;hb=f59185d62f8d259d3dc615ea84acf71ec6a67edf;hpb=52e4ab9c33ec0b27ec4b1ae49a39547c92fc9100 diff --git a/source/sass/components/_post-view.scss b/source/sass/components/_post-view.scss index c50da6c..231ecf0 100644 --- a/source/sass/components/_post-view.scss +++ b/source/sass/components/_post-view.scss @@ -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;