File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1474,7 +1474,7 @@ <h3 class="font-bold font-mono">Multi Select:</h3>
1474
1474
</ style >
1475
1475
< div class ="accordion " :group ="activeSection = 'about' ">
1476
1476
< 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 "
1478
1478
:class ="group.activeSection == 'about' ? 'active' : '' "
1479
1479
>
1480
1480
< a
@@ -1493,7 +1493,7 @@ <h3 class="font-bold font-mono">Multi Select:</h3>
1493
1493
</ section >
1494
1494
1495
1495
< 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 "
1497
1497
:class ="group.activeSection =='contact' ? 'active' : '' "
1498
1498
>
1499
1499
< a
@@ -1512,7 +1512,7 @@ <h3 class="font-bold font-mono">Multi Select:</h3>
1512
1512
</ section >
1513
1513
1514
1514
< 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 "
1516
1516
:class ="group.activeSection == 'team' ? 'active' : '' "
1517
1517
>
1518
1518
< a
You can’t perform that action at this time.
0 commit comments