From 08d4c065aca9730ca6e53929be6d1cd9d6075bd8 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Mon, 24 May 2021 13:04:03 +0200 Subject: [PATCH] shift shaped images into the margin a little bit --- style/shiny/single.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style/shiny/single.css b/style/shiny/single.css index 1922c2a..d333cd5 100644 --- a/style/shiny/single.css +++ b/style/shiny/single.css @@ -147,6 +147,7 @@ /* maybe one day... */ /* shape-outside: attr(src url); */ shape-margin: 1em; + margin-right: -1em; filter: drop-shadow(5px 5px 8px #0006); }