From 51190f8d69c56d8aeb384b6f39dbe392e6893b1c Mon Sep 17 00:00:00 2001 From: r7l <30982145+r7l@users.noreply.github.com> Date: Thu, 2 Mar 2023 19:59:45 +0100 Subject: [PATCH] Fix notice box styles --- public/question.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/public/question.css b/public/question.css index 6763726..c845b38 100644 --- a/public/question.css +++ b/public/question.css @@ -140,6 +140,18 @@ img { margin-bottom: 1rem; } +.s-notice .d-flex { + display: flex; +} + +.s-notice .mr8 { + margin-right: 1rem; +} + +.s-notice svg { + height: 1rem; +} + .answers-header { display: flex; justify-content: space-between;