@riboseinc/anafero-cli 0.0.9 → 0.0.11
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/bootstrap.css +3 -0
- package/bootstrap.css.map +2 -2
- package/bootstrap.js.map +2 -2
- package/build-site.css +3 -0
- package/build-site.mjs +46 -20
- package/package.json +1 -1
- package/riboseinc-anafero-cli-0.0.11.tgz +0 -0
- package/riboseinc-anafero-cli-0.0.9.tgz +0 -0
package/bootstrap.css
CHANGED
|
@@ -31197,6 +31197,9 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31197
31197
|
display: grid;
|
|
31198
31198
|
grid-template-columns: 25% 75%;
|
|
31199
31199
|
}
|
|
31200
|
+
li:has(figure) {
|
|
31201
|
+
margin-bottom: 1em;
|
|
31202
|
+
}
|
|
31200
31203
|
figure {
|
|
31201
31204
|
margin: 0;
|
|
31202
31205
|
margin-right: 1em;
|