Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_includes/blueprints/blueprint-card.njk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="grid bg-white ff-image-cover blueprint rounded-lg border drop-shadow-md hover:drop-shadow-lg grow">
<a href="{{ item.url }}" class="w-full flex flex-col group hover:no-underline">
<div class="transition-transform group-hover:scale-105 ff-image-cover aspect-video border-b">
{% tileImage item, "./images/og-blog.jpg", "Image with logo and the slogan: Elevate Node-RED with Flowfuse", 285 %}
{% tileImage item, "./images/og-blog.jpg", null, "Image with logo and the slogan: Elevate Node-RED with Flowfuse", 380 %}
</div>
<h5 class="mt-4 mb-0 group-hover:underline px-4 font-medium text-lg leading-6">{{ item.data.title }}</h5>
<p class="text-sm leading-normal font-light pt-1 mb-4 mt-3 px-4 text-gray-500">
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/homepage_blueprints.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="grid bg-indigo-50 ff-image-cover blueprint rounded-lg border drop-shadow-md hover:drop-shadow-lg grow pb-4">
<a href="{{ item.url }}" class="w-full flex flex-col group hover:no-underline">
<div class="transition-transform group-hover:scale-105 ff-image-cover aspect-video border-b">
{% tileImage item, "./images/og-blog.jpg", "Image with logo and the slogan: Elevate Node-RED with Flowfuse", 285 %}
{% tileImage item, "./images/og-blog.jpg", null, "Image with logo and the slogan: Elevate Node-RED with Flowfuse", 340 %}
</div>
<div class="pt-4 my-auto">
<h5 class="my-auto group-hover:underline px-4 font-medium text-lg leading-6">{{ item.data.title }}</h5>
Expand Down