astro-accelerator 5.10.12 → 5.10.13

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.10.12",
2
+ "version": "5.10.13",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
@@ -549,7 +549,7 @@ details.sub-nav details {
549
549
  }
550
550
 
551
551
  .page-content {
552
- justify-content: justify;
552
+ text-align: justify;
553
553
  hyphens: auto;
554
554
  }
555
555