astro-accelerator 6.0.14 → 6.0.15

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": "6.0.14",
2
+ "version": "6.0.15",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
@@ -94,4 +94,4 @@
94
94
  "zod@<=3.22.2": ">=3.22.3"
95
95
  }
96
96
  }
97
- }
97
+ }
@@ -117,9 +117,12 @@ const accelerator = new Accelerator(SITE);
117
117
 
118
118
  .site-search-results-item a {
119
119
  text-decoration: none;
120
+ }
121
+
122
+ .site-search-results-item > a {
123
+ align-items: flex-start;
120
124
  display: flex;
121
125
  gap: 1.5rem;
122
- align-items: flex-start;
123
126
  }
124
127
 
125
128
  .result-image {