diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-05 12:33:56 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-05 12:33:56 +0100 |
commit | 655ed09b6cfecda407659bccb6de8887d4725788 (patch) | |
tree | 19c25eeb9aaebada8a75784594fc39366180c667 /core/static | |
parent | 707128730185f67d24ccfed2a9c7056129478fec (diff) |
Improving the info box on effort form
Diffstat (limited to 'core/static')
-rw-r--r-- | core/static/css/output.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |