Adjust padding
This commit is contained in:
parent
bc877f8544
commit
acfd1cca8d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
{% set isActive = element['#active'] %}
|
{% set isActive = element['#active'] %}
|
||||||
|
|
||||||
{% set classes = [
|
{% set classes = [
|
||||||
'inline-block p-4 border-b-2 rounded-t-lg hover:text-blue-primary hover:border-blue-primary dark:hover:text-gray-300',
|
'inline-block px-4 py-3 border-b-2 rounded-t-lg hover:text-blue-primary hover:border-blue-primary dark:hover:text-gray-300',
|
||||||
isActive ? 'text-blue-primary border-blue-primary' : 'border-transparent',
|
isActive ? 'text-blue-primary border-blue-primary' : 'border-transparent',
|
||||||
] %}
|
] %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue