From 0143aa02d0c4bf88539c389ec53d8c30fc2e6239 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 26 Apr 2024 22:55:51 +0900 Subject: [PATCH] fix --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index acae7bec..d839db1b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -60,6 +60,10 @@ footer#footer a { color: #fff700; } +img { + width: 100%; +} + .content p img { text-align: center; margin: 0 auto;