13 lines
144 B
SCSS
13 lines
144 B
SCSS
[data-wrap="center"] {
|
|
text-align: center;
|
|
}
|
|
|
|
[data-wrap="right"] {
|
|
text-align: right;
|
|
}
|
|
|
|
[data-wrap="justify"] {
|
|
text-align: justify;
|
|
}
|
|
|