Increase line-height to improve legibility
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user