added align-items-stretch

This commit is contained in:
2023-05-03 20:23:13 +10:00
parent 6868144e25
commit 16ec3c515e

View File

@@ -95,6 +95,10 @@
align-items: center !important;
}
.align-items-stretch {
align-items: stretch !important;
}
/* Flex Justify */
.justify-content-center {
justify-content: center;