From 35acb7952c6a27afb1bbec67a895f3095e6190a9 Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Mon, 17 Feb 2020 05:58:33 +0100 Subject: [PATCH] added image container text class --- content/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/style.css b/content/style.css index 61f0513..51c1071 100644 --- a/content/style.css +++ b/content/style.css @@ -81,6 +81,10 @@ div.image_container { background-color: #F0F0F0; } +p.image_container { + font-size: 0.8em; +} + body { background-color: #FEFFEF; color: #000000;