@rileybathurst/paddle 1.0.11 → 1.0.12

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@rileybathurst/paddle",
3
3
  "private": false,
4
- "version": "1.0.11",
4
+ "version": "1.0.12",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -27,7 +27,6 @@ footer,
27
27
 
28
28
  .vulture {
29
29
  margin-inline: auto;
30
- max-width: 100%;
31
30
  max-width: min(var(--vulture), calc(100vw - var(--denali)));
32
31
  flex-basis: var(--vulture);
33
32
  }
@@ -346,12 +345,9 @@ header {
346
345
  align-items: center;
347
346
  gap: clamp(var(--kosciuszko), 1.67vw, var(--elbrus));
348
347
  border-radius: var(--card-radius);
349
- /* guess and check to get the parking on one row in the footer */
350
- flex: 1 4;
351
348
 
352
349
  > svg,
353
350
  .svg {
354
- flex: 1 1 max-content;
355
351
  min-width: var(--everest);
356
352
  min-height: var(--everest);
357
353
  }
@@ -488,4 +484,4 @@ header {
488
484
 
489
485
  .spec:last-child {
490
486
  border-bottom: none;
491
- }
487
+ }
@@ -18,7 +18,9 @@ ul {
18
18
  }
19
19
 
20
20
  ol {
21
+ list-style: none; /* reset */
21
22
  margin-block-start: 0;
23
+
22
24
  li {
23
25
  display: inline flow-root list-item;
24
26
  margin-block-end: var(--baseline);