8 lines
75 B
SCSS
8 lines
75 B
SCSS
.text-right {
|
|
text-align: right
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center
|
|
}
|