Skip to content

Commit

Permalink
Display two blocks at once
Browse files Browse the repository at this point in the history
  • Loading branch information
“yndira-flowforge” committed Nov 29, 2024
1 parent fe1971d commit ad9fce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/_includes/explore-more-content.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% if readingResources and readingResources == "stories" %}
{% include "stories-block.njk" %}
{% else %}
<h4 class="mt-20 w-full text-center text-gray-500 pt-12 border-t">Learn more about how FlowFuse helps with your industrial data applications</h4>
{% endif %}
<div class="w-full max-w-md md:max-w-none mx-auto flex flex-col md:grid md:grid-cols-3 gap-6 md:gap-x-8 pt-8">
<div class="w-full my-2 grid grid-cols-1 pb-4">
<div class="pb-2 md:pb-0">
Expand Down Expand Up @@ -63,4 +64,3 @@
</div>
</div>
</div>
{% endif %}
2 changes: 1 addition & 1 deletion src/_includes/layouts/thank-you.njk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hubspot:
</div>
<!-- Content -->
<div class="flex flex-col max-w-5xl mx-auto gap-x-10 px-6">
<div class="max-w-md sm:max-w-screen-lg m-auto max-w-5xl pb-12">
<div class="max-w-md sm:max-w-screen-lg m-auto max-w-5xl pb-6">
{% include "explore-more-content.njk" %}
</div>
<!-- Social proof logos -->
Expand Down

0 comments on commit ad9fce7

Please sign in to comment.