Skip to content

Commit 25127e2

Browse files
refactor: 💡 add text text-align: right style
1 parent b93fdfa commit 25127e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/scss/atomic-package/parts/_paragraph.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
&.center {
3333
text-align: center;
3434
}
35+
&.right {
36+
text-align: right;
37+
}
3538
&.strong {
3639
font-weight: bold;
3740
}

0 commit comments

Comments
 (0)