.align-justify added to _typography.scss

This commit is contained in:
0username
2025-08-13 12:39:17 +03:00
parent 8a11a52c59
commit 8d88181b11

View File

@@ -164,6 +164,10 @@
text-align: right; text-align: right;
} }
.align-justify {
text-align: justify;
}
.footerspacer { .footerspacer {
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;