From 1f1e86b19e84d2097057c8998e7bb568e08af9f7 Mon Sep 17 00:00:00 2001 From: julientaq <julien@coko.foundation> Date: Sun, 25 Sep 2022 22:45:52 +0200 Subject: [PATCH] image float left in blog --- static/css/theme-coko/main.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/css/theme-coko/main.css b/static/css/theme-coko/main.css index 3b572a7..c385512 100644 --- a/static/css/theme-coko/main.css +++ b/static/css/theme-coko/main.css @@ -850,13 +850,16 @@ article iframe { } .home section.section-blog .posts figure { - max-width: 90%; + max-width: 100%; height: auto; margin-top: 0; + align-content: start; + justify-content: start; + display: grid; } .home section.section-blog .posts img { - margin: 0 auto; + margin: 0 ; } .services article ul { -- GitLab