diff --git a/dist/app.css b/dist/app.css index d9a982f..2b53ba2 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12103,6 +12103,10 @@ section.multiblock-callout .callouts-wrapper .callout { padding-left: 3rem; display: flex; gap: 1rem; + margin-bottom: 170px; +} +section.multiblock-callout .callouts-wrapper .callout:last-of-type { + margin: 0; } section.multiblock-callout .callouts-wrapper .callout .image-wrapper { width: 31px; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 75815d5..a6bb415 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2", - "/app.css": "/app.css?id=d248386ce132f1f5097afc85bbef6d61" + "/app.css": "/app.css?id=38865caa9093f25a5b62fa1e02b7408e" } diff --git a/src/scss/flex-multiblock-callout.scss b/src/scss/flex-multiblock-callout.scss index f456f99..33dedc0 100644 --- a/src/scss/flex-multiblock-callout.scss +++ b/src/scss/flex-multiblock-callout.scss @@ -19,6 +19,11 @@ section.multiblock-callout { padding-left: 3rem; display: flex; gap: 1rem; + margin-bottom: 170px; + + &:last-of-type { + margin: 0; + } .image-wrapper { width: 31px;