added space-between

This commit is contained in:
2023-04-18 15:24:28 +10:00
parent a1075e000a
commit 24caa9a4f4

View File

@@ -100,6 +100,10 @@
justify-content: flex-end !important; justify-content: flex-end !important;
} }
.justify-content-space-between {
justify-content: space-between !important;
}
/* Flex Direction */ /* Flex Direction */
.flex-row { .flex-row {
flex-direction: row; flex-direction: row;