From f0a1bc11e818331f0089a91e09edad62b69f6d46 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Sat, 27 Jan 2024 10:24:58 +0100 Subject: [PATCH] smaller ds-img --- themes/hugo-theme-flat/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-theme-flat/static/css/style.css b/themes/hugo-theme-flat/static/css/style.css index dc1fa0e..0d77ba2 100644 --- a/themes/hugo-theme-flat/static/css/style.css +++ b/themes/hugo-theme-flat/static/css/style.css @@ -923,5 +923,5 @@ a.external:after { #ds-img { /* make image fit in div */ - width: 100%; + width: 50%; }