Skip to content

Commit 9276b59

Browse files
committed
fix: add header-list-style class for consistent list styling in header and footer
1 parent c0c84ee commit 9276b59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

overrides/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@
10631063
<div class="tw-text-white tw-font-medium tw-text-base tw-mb-3">${
10641064
section.title
10651065
}</div>
1066-
<ul class="tw-space-y-2 tw-text-gray-300 tw-text-xs">
1066+
<ul class="tw-space-y-2 tw-text-gray-300 tw-text-xs header-list-style">
10671067
${section.items
10681068
.map(
10691069
(item) => `<li class="hover:tw-text-[#7782FF]">

overrides/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</a>
1717
<nav>
1818
<ul
19-
class="tw-flex tw-items-center tw-space-x-0.5 tw-w-full tw-font-semibold tw-text-[17px]"
19+
class="tw-flex tw-items-center tw-space-x-0.5 tw-w-full tw-font-semibold tw-text-[17px] header-list-style"
2020
>
2121
<!-- PLATFORM -->
2222
<li class="tw-group tw-relative">

0 commit comments

Comments
 (0)