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;