diff --git a/dist/app.css b/dist/app.css index 11533f6..d270d9c 100644 --- a/dist/app.css +++ b/dist/app.css @@ -12555,6 +12555,11 @@ section.services-blocks .block:nth-of-type(even) svg { section.services-blocks .block:first-of-type { background-color: #B9AF78; } +@media (max-width: 991.98px) { + section.services-blocks .large-arrow { + display: none; + } +} .post-type-archive-team-member .team-members h2, .post-type-archive-team-member .team-members .h2 { color: #063C5A; diff --git a/dist/mix-manifest.json b/dist/mix-manifest.json index 488edef..6fef3f3 100644 --- a/dist/mix-manifest.json +++ b/dist/mix-manifest.json @@ -1,4 +1,4 @@ { "/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e", - "/app.css": "/app.css?id=125870e5189a87c0e659686f2ed85640" + "/app.css": "/app.css?id=236bf64d3c7c8284a2645df6fe9c2013" } diff --git a/src/scss/flex-services-blocks.scss b/src/scss/flex-services-blocks.scss index 21f0f55..794e7c2 100644 --- a/src/scss/flex-services-blocks.scss +++ b/src/scss/flex-services-blocks.scss @@ -38,4 +38,10 @@ section.services-blocks { background-color: $c-tan; } } + + .large-arrow { + @include media-breakpoint-down(lg) { + display: none; + } + } } diff --git a/tpl/flex_services_blocks.tpl b/tpl/flex_services_blocks.tpl index a8bab27..da22ba6 100644 --- a/tpl/flex_services_blocks.tpl +++ b/tpl/flex_services_blocks.tpl @@ -4,19 +4,21 @@

{{ headline }}

- {{#each callouts}} -
- {{#assetContents arrow-circle.svg}} -

{{ headline }}

- {{{ description }}} +
+ {{#each callouts}} +
+ {{#assetContents arrow-circle.svg}} +

{{ headline }}

+ {{{ description }}} - {{#if @first}} -
- {{#assetContents arrow-circle.svg}} -
- {{/if}} -
- {{/each}} + {{#if @first}} +
+ {{#assetContents arrow-circle.svg}} +
+ {{/if}} +
+ {{/each}} +