From 95e270d9f3e11ff4764b485a25fec989ad58c9c4 Mon Sep 17 00:00:00 2001 From: httpjamesm Date: Tue, 14 Feb 2023 20:16:55 -0500 Subject: [PATCH] style: center align answer meta --- public/question.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/question.css b/public/question.css index a60eed5..6763726 100644 --- a/public/question.css +++ b/public/question.css @@ -97,6 +97,7 @@ img { display: flex; justify-content: space-between; + align-items: center; } .answer-meta p {