From dc566bf15a39e686ced44e89666a72f60b0accfc Mon Sep 17 00:00:00 2001 From: Cheri Date: Sun, 6 Oct 2024 09:02:28 +0300 Subject: [PATCH] make articles images a bit more bearable --- src/resources/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/resources/style.css b/src/resources/style.css index 91dd720..0987d45 100644 --- a/src/resources/style.css +++ b/src/resources/style.css @@ -351,7 +351,10 @@ nav > div > ul > li > a:hover { margin-right: 0.5em } article img { - margin: 1em 0; + margin-left: auto; + margin-right: auto; + display: block; + max-width: 65%; } p.date { font-size: 13px;