aria labels and font size changes

This commit is contained in:
2026-06-12 15:17:29 +02:00
parent 0dde848cfe
commit af6a8426ad
3 changed files with 4 additions and 5 deletions
+1
View File
@@ -13,6 +13,7 @@ const CoffeeWidget = ({ height, width }: IProps) => {
target="_blank"
className="ml-auto flex items-center gap-2 text-sm"
rel="noopener"
aria-label="Buy Me A Coffee"
>
<Image
src={buyMeACoffeeLogo}
+2 -4
View File
@@ -10,7 +10,7 @@ import footerLogo from "@/assets/images/footerLogo.svg?url";
export default function Footer() {
return (
<footer className="text-white w-full grid-cols-2 items-center bg-(--accent) px-10 py-5">
<div className="flex w-full items-center">
<div className="flex w-full items-center gap-2">
<Link to="/">
<Image
src={footerLogo}
@@ -22,9 +22,7 @@ export default function Footer() {
/>
</Link>
<div>
<p data-testid="copyright">
Copyright © 2023 - {new Date().getFullYear()}
</p>
<p>© 2023 - {new Date().getFullYear()}</p>
</div>
<div className="ml-auto flex gap-2">
<a
+1 -1
View File
@@ -14,7 +14,7 @@ const Section = ({ title, smallTitle, description, children }: IProps) => {
return (
<section className="mx-auto mt-8 grid max-w-5xl place-items-center gap-4 p-8 text-center md:grid-cols-3 md:text-left text-(--accent)">
<h3 className="col-span-full mb-4 text-center text-lg font-bold tracking-wider text-primary">
<h3 className="col-span-full mb-4 text-center text-2xl font-bold tracking-wider text-primary">
{smallTitle}
</h3>
<h4 className="col-span-full mb-4 text-center text-4xl font-extrabold text-(--neutral-content) md:text-5xl">