From b403c67a5b21aaea255a2fa9c82d130144a49ff2 Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Mon, 17 Feb 2020 06:02:09 +0100 Subject: [PATCH] changed border padding --- content/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/style.css b/content/style.css index 51c1071..02ca89d 100644 --- a/content/style.css +++ b/content/style.css @@ -77,7 +77,7 @@ div.round-border { div.image_container { border: 1px solid; - padding: 0.01em 16px; + padding: 0.5em 0.5em; background-color: #F0F0F0; }