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 -3
View File
@@ -1,9 +1,9 @@
export default function Home({}) {
return (
<>
<div>
<h1 className="text-ctp-text">Under Construction</h1>
</div>
<div className="p-8 text-center">
<h1 className="text-ctp-text text-4xl">Under Construction</h1>
</div>
</>
);
}