From 96387025da63025894f6259f7eebed0fc6fc53ac Mon Sep 17 00:00:00 2001 From: winter Sparkles Date: Sun, 9 Aug 2026 15:44:18 +0100 Subject: implement the rest of login process incl. cookie redirects and 'next' --- webroot/static/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'webroot/static/style.css') diff --git a/webroot/static/style.css b/webroot/static/style.css index b12e886..f126140 100644 --- a/webroot/static/style.css +++ b/webroot/static/style.css @@ -75,6 +75,12 @@ main { margin: auto; background-color: var(--background); color: var(--foreground); + + &.challenge-page { + display: flex; + flex-direction: column; + align-items: center; + } } error-message { @@ -119,4 +125,15 @@ form { width: max-content; justify-self: center; } + + p { + grid-column: 1 / 3; + } +} + +challenge-separator { + &::before, &::after { + content: "—"; + padding: 0 1ex; + } } -- cgit v1.3