X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=source%2Fsass%2Fcomponents%2F_post-view.scss;h=231ecf08c072d97339711fb0b7d3bf66d306f336;hb=HEAD;hp=c50da6c127e6260448eceda7c6070ee19832b51c;hpb=99027e686d6a5c2184ca8c000e12f96c92b27faa;p=ghost-theme-willow.git 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;