Skip to content

Commit e48917f

Browse files
committed
correct footer text size
1 parent 04bb3fd commit e48917f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Footer/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const t = await getUiTranslator(currentLocale);
77
---
88

99
<footer
10-
class="border-t border-black grid-cols-3 lg:grid-cols-4 grid gap-x-[40px] text-xl lg:text-xl pt-md pb-5 px-lg bg-accent-color text-accent-type-color content-start"
10+
class="text-body border-t border-black grid-cols-3 lg:grid-cols-4 grid gap-x-[40px] pt-md pb-5 px-lg bg-accent-color text-accent-type-color content-start"
1111
>
1212
<div class="grid lg:row-span-2 grid-rows-subgrid">
1313
<div>

0 commit comments

Comments
 (0)