From 4eeeffdcdab59f1688ce1d64c3749c46633666a5 Mon Sep 17 00:00:00 2001 From: nycki Date: Sun, 16 Mar 2025 03:13:34 +0000 Subject: [PATCH] fix overflow on small screens --- site-static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site-static/style.css b/site-static/style.css index 539f936..430a2e4 100644 --- a/site-static/style.css +++ b/site-static/style.css @@ -18,6 +18,7 @@ main { } .post img { + max-width: 100%; display: block; margin: 0 auto; } @@ -51,4 +52,4 @@ h2 { .next { font-size: xx-large; -} \ No newline at end of file +}