From 600d242be8f010fb9b19ec0b29605d005c455340 Mon Sep 17 00:00:00 2001 From: rra Date: Wed, 20 Nov 2024 13:25:12 +0100 Subject: [PATCH] change flex direction to column to display images, fix #67 --- themes/lumbung-theme/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 23a4341..87b92ff 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -555,7 +555,7 @@ footer.post-footer { } .shout .p-summary.portrait { - /* flex-direction: row; */ + flex-direction: column; } .shout .p-summary.landscape {