From 655ed09b6cfecda407659bccb6de8887d4725788 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 5 Sep 2024 12:33:56 +0100 Subject: Improving the info box on effort form --- core/static/css/output.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/static/css/output.css') diff --git a/core/static/css/output.css b/core/static/css/output.css index 0a5c4ee..7850c75 100644 --- a/core/static/css/output.css +++ b/core/static/css/output.css @@ -1428,6 +1428,10 @@ html { align-items: center; } +.justify-end { + justify-content: flex-end; +} + .justify-center { justify-content: center; } -- cgit v1.2.3