summaryrefslogtreecommitdiffstats
path: root/core/static/css
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-05 12:33:56 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-05 12:33:56 +0100
commit655ed09b6cfecda407659bccb6de8887d4725788 (patch)
tree19c25eeb9aaebada8a75784594fc39366180c667 /core/static/css
parent707128730185f67d24ccfed2a9c7056129478fec (diff)
Improving the info box on effort form
Diffstat (limited to 'core/static/css')
-rw-r--r--core/static/css/output.css4
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;
}