Fixing ol, ul in text-center situations.

This commit is contained in:
Adsooi 2024-09-17 02:54:46 +02:00
parent 278a81e12a
commit e6e8a785d0
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -23,6 +23,12 @@
.text-center { .text-center {
text-align: center; text-align: center;
ul, ol {
margin-left: auto;
margin-right: auto;
text-align: left;
}
} }
.text-right { .text-right {