From f90d9e1db717688634e5ed24a9e6df5952875386 Mon Sep 17 00:00:00 2001 From: Eorn Date: Wed, 15 Apr 2020 19:59:07 +0200 Subject: [PATCH] fix --- static/css/style.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 041d5ea..52316aa 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -265,6 +265,7 @@ a:hover { margin-bottom: 10px; font-weight: bold; color: #bbb677; + padding-top: 10px; } .page-content h1 a:hover { color: #f0eca9; @@ -360,14 +361,31 @@ figure { border: 1px dotted #bbb677; } -figure.large-img { +figure.img-large { max-width: 80%; } +figure.img-medium { + max-width: 50%; +} +figure.img-small { + max-width: 20%; +} + +figure.img-35 { + max-width: 35%; +} + figure.center { margin: 0 auto; } +figcaption h4 { + margin: 0px !important; + font-weight: normal !important; + color: white !important; +} + figure img { max-width: 100%;