From af1bdb2ddb7abe03b1e26354ece5850b1fb5bfbb Mon Sep 17 00:00:00 2001 From: CrimsonTome Date: Sun, 4 Sep 2022 20:52:12 +0000 Subject: [PATCH] fix image alignment --- css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/index.css b/css/index.css index 01b2bef..5a7b785 100644 --- a/css/index.css +++ b/css/index.css @@ -331,4 +331,8 @@ div.time-and-tags{ .tandt { width: fit-content; height: fit-content; +} +img { + margin: auto; + display: block; } \ No newline at end of file