diff --git a/dist/app.css b/dist/app.css index dcc9a49..263fb44 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12102,6 +12102,7 @@ section.multiblock-callout h2, section.multiblock-callout .h2 { section.multiblock-callout .left-image { background-position: center; background-size: cover; + margin-top: 3rem; } section.multiblock-callout .callouts-wrapper .callout { padding-left: 3rem; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 5e42647..04fefe7 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=5715be17c18e6ed80c21654e2b378420" + "/app.css": "/app.css?id=b2bb679cd6364b506b591bd248874484" } diff --git a/src/scss/flex-multiblock-callout.scss b/src/scss/flex-multiblock-callout.scss index c674c5f..dd479f3 100644 --- a/src/scss/flex-multiblock-callout.scss +++ b/src/scss/flex-multiblock-callout.scss @@ -13,6 +13,7 @@ section.multiblock-callout { .left-image { background-position: center; background-size: cover; + margin-top: 3rem; } .callouts-wrapper {