mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
Add .text-justify
This commit is contained in:
parent
0b4d8f61ac
commit
09c97ca93c
3
dist/chota.css
vendored
3
dist/chota.css
vendored
@ -871,6 +871,9 @@ details.dropdown > :last-child {
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
.text-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
.text-uppercase {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
2
dist/chota.min.css
vendored
2
dist/chota.min.css
vendored
File diff suppressed because one or more lines are too long
@ -54,6 +54,7 @@
|
||||
<li><code>text-center</code> - center aligns text</li>
|
||||
<li><code>text-left</code> - left aligns text</li>
|
||||
<li><code>text-right</code> - right aligns text</li>
|
||||
<li><code>text-justify</code> - justify aligns text</li>
|
||||
<li><code>text-uppercase</code> - text to uppercase</li>
|
||||
<li><code>text-lowercase</code> - text to lowercase</li>
|
||||
<li><code>text-capitalize</code> - capitalizes text</li>
|
||||
|
@ -96,6 +96,10 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.text-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.text-uppercase {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user