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