accomadesc 0.1.32 → 0.1.33

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.
@@ -286,6 +286,7 @@
286
286
  flex-grow: 3;
287
287
  background-color: var(--header-bg-color);
288
288
  padding-bottom: 1rem;
289
+ padding-top: 0.5rem;
289
290
  }
290
291
 
291
292
  .nav :global(*) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accomadesc",
3
- "version": "0.1.32",
3
+ "version": "0.1.33",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",