Skip to content

Commit c651a29

Browse files
committed
fix: revert removal of grid class in accordion
1 parent 152ead4 commit c651a29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ <h3 class="font-bold font-mono">Multi Select:</h3>
14741474
</style>
14751475
<div class="accordion" :group="activeSection = 'about'">
14761476
<section
1477-
class="transition-all border-gray-300 border border-b-0 rounded hover:bg-gray-100"
1477+
class="grid transition-all border-gray-300 border border-b-0 rounded hover:bg-gray-100"
14781478
:class="group.activeSection == 'about' ? 'active' : ''"
14791479
>
14801480
<a
@@ -1493,7 +1493,7 @@ <h3 class="font-bold font-mono">Multi Select:</h3>
14931493
</section>
14941494

14951495
<section
1496-
class="transition-all border-gray-300 border border-b-0 rounded hover:bg-gray-100"
1496+
class="grid transition-all border-gray-300 border border-b-0 rounded hover:bg-gray-100"
14971497
:class="group.activeSection =='contact' ? 'active' : ''"
14981498
>
14991499
<a
@@ -1512,7 +1512,7 @@ <h3 class="font-bold font-mono">Multi Select:</h3>
15121512
</section>
15131513

15141514
<section
1515-
class="transition-all border-gray-300 border rounded hover:bg-gray-100"
1515+
class="grid transition-all border-gray-300 border rounded hover:bg-gray-100"
15161516
:class="group.activeSection == 'team' ? 'active' : ''"
15171517
>
15181518
<a

0 commit comments

Comments
 (0)