astro-accelerator 5.10.15 → 5.10.16

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.15",
2
+ "version": "5.10.16",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
@@ -392,7 +392,7 @@ nav.skip-links a:focus {
392
392
  padding-block: 2rem;
393
393
  width: var(--content-width);
394
394
  margin-inline: auto;
395
- max-width: calc(100vw - 1rem);
395
+ max-width: calc(100vw - 2rem);
396
396
  stroke: var(--fore);
397
397
  }
398
398
 
@@ -516,7 +516,7 @@ details.sub-nav details {
516
516
  /* Main content group */
517
517
 
518
518
  .content-group {
519
- margin-inline: 0.5rem;
519
+ margin-inline: 1rem;
520
520
  display: grid;
521
521
  gap: var(--grid-gap);
522
522
  justify-content: center;
@@ -555,6 +555,12 @@ details.sub-nav details {
555
555
  hyphens: auto;
556
556
  }
557
557
 
558
+ .page-content {
559
+ h2, h3, h4, h5, h6 {
560
+ text-align: left;
561
+ }
562
+ }
563
+
558
564
  .page-content > h2:nth-child(1) {
559
565
  margin-top: 0;
560
566
  }