@oxide/design-system 6.1.2-canary.ea0efcf → 6.1.3
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/dist/asciidoc.css +2 -2
- package/package.json +1 -1
package/dist/asciidoc.css
CHANGED
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
|
|
410
410
|
.imageblock,
|
|
411
411
|
.table-wrapper {
|
|
412
|
-
@apply my-
|
|
412
|
+
@apply my-4;
|
|
413
413
|
}
|
|
414
414
|
|
|
415
415
|
.imageblock.inlineimage {
|
|
@@ -449,7 +449,7 @@
|
|
|
449
449
|
.stemblock,
|
|
450
450
|
.videoblock,
|
|
451
451
|
.exampleblock {
|
|
452
|
-
@apply my-
|
|
452
|
+
@apply my-4;
|
|
453
453
|
}
|
|
454
454
|
|
|
455
455
|
.title {
|