astro-accelerator 5.10.9 → 5.10.11

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.9",
2
+ "version": "5.10.11",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
@@ -33,10 +33,10 @@
33
33
  "dts": "tsc ./tests/locate-content.js ./tests/locate-navigation.js ./tests/locate-search.js --allowJs --declaration --emitDeclarationOnly"
34
34
  },
35
35
  "dependencies": {
36
- "@astrojs/mdx": "^4.3.4",
36
+ "@astrojs/mdx": "^4.3.5",
37
37
  "@img/sharp-linux-x64": "^0.34.3",
38
- "astro": "^5.13.5",
39
- "astro-accelerator-utils": "^0.3.54",
38
+ "astro": "^5.13.6",
39
+ "astro-accelerator-utils": "^0.3.55",
40
40
  "cspell": "^9.2.1",
41
41
  "csv": "^6.4.1",
42
42
  "glob": "^11.0.3",
@@ -1005,6 +1005,8 @@ details.sub-nav details {
1005
1005
  'quick quick';
1006
1006
  justify-content: center;
1007
1007
  margin-block-end: var(--block-gap-l);
1008
+ max-width: 1000px;
1009
+ margin-inline: auto;
1008
1010
 
1009
1011
  @media (max-width: 680px) {
1010
1012
  display: block;