astro-accelerator 5.10.12 → 5.10.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/css/main.css +2 -1
package/package.json
CHANGED
package/public/css/main.css
CHANGED
|
@@ -549,7 +549,7 @@ details.sub-nav details {
|
|
|
549
549
|
}
|
|
550
550
|
|
|
551
551
|
.page-content {
|
|
552
|
-
|
|
552
|
+
text-align: justify;
|
|
553
553
|
hyphens: auto;
|
|
554
554
|
}
|
|
555
555
|
|
|
@@ -737,6 +737,7 @@ details.sub-nav details {
|
|
|
737
737
|
|
|
738
738
|
.post-list {
|
|
739
739
|
margin: 0;
|
|
740
|
+
text-align: left;
|
|
740
741
|
}
|
|
741
742
|
|
|
742
743
|
.post-list .list-item {
|