mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 01:46:57 +00:00
aria labels and font size changes
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user