From 86d2b9a5b107298b0160498b4d3c76ca17e2b373 Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Sun, 4 Sep 2022 22:19:46 +0000 Subject: [PATCH] refix image width --- css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/index.css b/css/index.css index d4426f5..6d65748 100644 --- a/css/index.css +++ b/css/index.css @@ -335,6 +335,7 @@ div.time-and-tags{ height: fit-content; } img { + width: 100%; margin: auto; display: block; } \ No newline at end of file