astro-accelerator 5.10.11 → 5.10.12

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.11",
2
+ "version": "5.10.12",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
@@ -548,6 +548,11 @@ details.sub-nav details {
548
548
  padding: var(--block-gap) 0;
549
549
  }
550
550
 
551
+ .page-content {
552
+ justify-content: justify;
553
+ hyphens: auto;
554
+ }
555
+
551
556
  .page-content > h2:nth-child(1) {
552
557
  margin-top: 0;
553
558
  }