This commit is contained in:
2025-08-23 20:36:48 +02:00
parent bff6b15479
commit 96df2a6c45
4 changed files with 34 additions and 25 deletions

View File

@@ -2,7 +2,7 @@ import { SearchBar } from "@/components/search-bar"
export default function Home() {
return (
<div className="min-h-screen flex flex-col items-center">
<div className="flex flex-col items-center min-h-screen">
<div className="mt-[20vh]">
<h1 className="text-4xl font-bold text-center">Stats Hypixel</h1>
</div>