From 166d1912a67638eac5d7b28a077aed9c379472fd Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Mon, 17 Feb 2020 05:50:49 +0100 Subject: [PATCH] added image container for about page --- content/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/style.css b/content/style.css index e1ddf4c..61f0513 100644 --- a/content/style.css +++ b/content/style.css @@ -75,6 +75,12 @@ div.round-border { border-radius: 16px; } +div.image_container { + border: 1px solid; + padding: 0.01em 16px; + background-color: #F0F0F0; +} + body { background-color: #FEFFEF; color: #000000;