@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 +1 -1
- package/src/styles/layout.css +1 -5
- package/src/styles/lists.css +2 -0
package/package.json
CHANGED
package/src/styles/layout.css
CHANGED
|
@@ -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
|
+
}
|