Fixing ol, ul in text-center situations.
This commit is contained in:
parent
278a81e12a
commit
e6e8a785d0
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue