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" target="_blank"
className="ml-auto flex items-center gap-2 text-sm" className="ml-auto flex items-center gap-2 text-sm"
rel="noopener" rel="noopener"
aria-label="Buy Me A Coffee"
> >
<Image <Image
src={buyMeACoffeeLogo} src={buyMeACoffeeLogo}
+2 -4
View File
@@ -10,7 +10,7 @@ import footerLogo from "@/assets/images/footerLogo.svg?url";
export default function Footer() { export default function Footer() {
return ( return (
<footer className="text-white w-full grid-cols-2 items-center bg-(--accent) px-10 py-5"> <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="/"> <Link to="/">
<Image <Image
src={footerLogo} src={footerLogo}
@@ -22,9 +22,7 @@ export default function Footer() {
/> />
</Link> </Link>
<div> <div>
<p data-testid="copyright"> <p>© 2023 - {new Date().getFullYear()}</p>
Copyright © 2023 - {new Date().getFullYear()}
</p>
</div> </div>
<div className="ml-auto flex gap-2"> <div className="ml-auto flex gap-2">
<a <a
+1 -1
View File
@@ -14,7 +14,7 @@ const Section = ({ title, smallTitle, description, children }: IProps) => {
return ( 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)"> <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} {smallTitle}
</h3> </h3>
<h4 className="col-span-full mb-4 text-center text-4xl font-extrabold text-(--neutral-content) md:text-5xl"> <h4 className="col-span-full mb-4 text-center text-4xl font-extrabold text-(--neutral-content) md:text-5xl">