astro-accelerator 0.3.8 → 0.3.9

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": "0.3.8",
2
+ "version": "0.3.9",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
@@ -128,7 +128,7 @@ function addMobileNav(resizedEventName) {
128
128
 
129
129
  function closeMobileMenu() {
130
130
  const menuElement = qs('#' + navigationSelector);
131
- menuElement.style.display = 'initial';
131
+ menuElement.style.display = 'block';
132
132
  document.body.style.overflow = 'auto';
133
133
  document.documentElement.style.paddingInlineEnd = '0';
134
134