From 2af6500028f132dae7845b79e41eae6d5b574f14 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Tue, 28 May 2024 17:33:50 +0100 Subject: [PATCH] Add utility class --- internal/assets/static/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/assets/static/main.css b/internal/assets/static/main.css index c34f23e..4546d8e 100644 --- a/internal/assets/static/main.css +++ b/internal/assets/static/main.css @@ -1375,6 +1375,7 @@ kbd:active { .flex-nowrap { flex-wrap: nowrap; } .justify-between { justify-content: space-between; } .justify-stretch { justify-content: stretch; } +.justify-evenly { justify-content: space-evenly; } .justify-center { justify-content: center; } .justify-end { justify-content: end; } .uppercase { text-transform: uppercase; }