Commit d74c86b6 authored by shadMod's avatar shadMod 💬

addeed bootstrap5 text align

parent 292c1fa5
......@@ -174,6 +174,18 @@ $sizes: (25: "25%", 50: "50%", 75: "75%", 100: "100%", "auto": "auto");
margin: auto;
}
.text-center {
text-align: center !important;
}
.text-start {
text-align: left !important;
}
.text-end {
text-align: right !important;
}
.text-justify {
text-align: justify !important;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment