From 80bde86267c3a99179a5950b4526b9061fae6b35 Mon Sep 17 00:00:00 2001 From: Capelier-Marla Date: Wed, 25 Jan 2023 21:38:49 +0100 Subject: [PATCH] added style to error message --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/style.css b/static/style.css index e0a0057..e6258a0 100644 --- a/static/style.css +++ b/static/style.css @@ -205,6 +205,13 @@ main.registerPage { justify-content: center; gap: var(--size-xl); } + +body:has(main.registerPage) > p { + display: flex; + justify-content: center; + font-size: var(--size-xl); +} + main.registerPage > hr { height: 250px; border: none;