From 93fe696cf465a7fc35338977351c8c34f04d9a03 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Sun, 18 Feb 2024 08:35:02 -0600 Subject: [PATCH] Vertical align --- static/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/root.css b/static/root.css index fe8fc04..7039c49 100644 --- a/static/root.css +++ b/static/root.css @@ -58,7 +58,7 @@ width: 100%; overflow-wrap: break-word; padding: 5px; - justify-content: center; + align-self: center; } .activity>img {