Skip to content

Commit 2eddcab

Browse files
committed
Fix alignment of text on about page
1 parent 1ddabe2 commit 2eddcab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/about.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ eleventyComputed:
6161
<div class="w-[42px]">
6262
{% image "./images/node-red-hexagon.png", "Node-RED Logo", [42] %}
6363
</div>
64-
<h2 class="mt-3 text-[1.4rem]"><span class="inline-block text-red-700">Node-RED</span></h2>
64+
<h2 class="mt-3 text-[1.4rem] leading-[1.9rem]"><span class="inline-block text-red-700">Node-RED</span></h2>
6565
</div>
6666
<p class="md:w-[72%] text-justify"><span class="font-medium">We are deeply committed to the success of the Node-RED open
6767
source project</span>. FlowFuse dedicates significant resources to improving the core technology of the project and fostering the growth of the Node-RED community. </p>
@@ -71,7 +71,7 @@ eleventyComputed:
7171
<div class="w-[42px]">
7272
{% image "./images/pictograms/opensource_red.png", "Open Source Logo", [42] %}
7373
</div>
74-
<h2 class="mt-2 text-[1.4rem]"><span class="inline-block text-red-700">Open Source</span></h2>
74+
<h2 class="mt-2 text-[1.4rem] leading-[1.9rem]"><span class="inline-block text-red-700">Open Source</span></h2>
7575
</div>
7676
<div class="md:w-[72%] text-justify">
7777
<p>We believe strongly that <span class="font-medium">Open Source is the heart of everything we

0 commit comments

Comments
 (0)