From 9444b234f082c6d9670d0e33a3979be96b48eb06 Mon Sep 17 00:00:00 2001 From: esquizo Date: Wed, 1 Apr 2026 08:26:51 -0300 Subject: centralizar imagens soltas --- static/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 5dfce6d..b6105dc 100644 --- a/static/style.css +++ b/static/style.css @@ -108,6 +108,15 @@ pre { display: inline; } +.image-container { + text-align: center; +} + +.image-container > img { + display: inline; + max-width: 100%; +} + @media (min-width: 640px) { .header-container { justify-content: center; -- cgit v1.2.3