removal index.css, uses fullwidth now.

This commit is contained in:
2026-04-12 01:48:32 +02:00
parent 557bab2a7a
commit 602f0d16ee
10 changed files with 21 additions and 310 deletions
+3 -2
View File
@@ -4,11 +4,12 @@ export default function Footer() {
const currentYear = new Date().getFullYear();
const goToRepo = () => {
window.location.href = "https://git.aramjonghu.nl/AramJonghu/aramjonghu-site";
window.location.href =
"https://git.aramjonghu.nl/AramJonghu/aramjonghu-site";
};
return (
<footer className="flex items-center justify-between px-12 py-6 border-t border-ctp-lavender-800 mt-10">
<footer className="flex items-center justify-between px-24 py-6 border-t border-ctp-lavender-800 mt-10">
<p className="text-sm text-ctp-text">
&copy; {currentYear} AramJonghu. All rights reserved.
</p>