Increase line-height to improve legibility

This commit is contained in:
Björn Fromme
2022-03-14 17:55:31 +01:00
parent 1b33af8bb3
commit 70c4dabb26
@@ -67,7 +67,7 @@
<f:if condition="{product.feature}"> <f:if condition="{product.feature}">
<li class="flex items-center space-x-1 py-1"> <li class="flex items-center space-x-1 py-1">
{ep:icon(class: 'w-6 h-6 text-ep-primary-light', icon: 'check')} {ep:icon(class: 'w-6 h-6 text-ep-primary-light', icon: 'check')}
<span class="block flex-1 leading-none"> <span class="block flex-1 leading-tight">
{product.feature} {product.feature}
</span> </span>
</li> </li>
@@ -75,7 +75,7 @@
<f:if condition="{board}"> <f:if condition="{board}">
<li class="flex items-center space-x-1 py-1"> <li class="flex items-center space-x-1 py-1">
{ep:icon(class: 'w-6 h-6 text-ep-primary-light', icon: 'check')} {ep:icon(class: 'w-6 h-6 text-ep-primary-light', icon: 'check')}
<span class="block flex-1 leading-none"> <span class="block flex-1 leading-tight">
{board} {board}
</span> </span>
</li> </li>