Small tweak to the margin

This commit is contained in:
2025-09-05 00:57:45 +02:00
parent 610d6b62e4
commit 66dd406e5d
2 changed files with 3 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ async function SuspendedPage({ ign: pign }: { ign: string }) {
if (!mc) { if (!mc) {
return ( return (
<div className="flex flex-col items-center min-h-screen"> <div className="flex flex-col items-center min-h-screen">
<h1 className="mt-25">Player not found</h1> <h1 className="mt-35">Player not found</h1>
</div> </div>
) )
} }
@@ -66,7 +66,7 @@ async function SuspendedPage({ ign: pign }: { ign: string }) {
if (!player) { if (!player) {
return ( return (
<div className="flex flex-col items-center min-h-screen"> <div className="flex flex-col items-center min-h-screen">
<h1 className="mt-25">Player hasn&apos;t joined hypixel</h1> <h1 className="mt-35">Player hasn&apos;t joined hypixel</h1>
</div> </div>
) )
} }

View File

@@ -22,7 +22,7 @@ export default function DisplayName(
} }
) { ) {
return ( return (
<div className="flex items-end mt-25"> <div className="flex items-end mt-35">
<h1 className="text-3xl font-bold"> <h1 className="text-3xl font-bold">
<PlayerRank rank={rank} monthly={monthly} plusColor={plusColor} rankColor={rankColor} specialRank={specialRank} />{" "} <PlayerRank rank={rank} monthly={monthly} plusColor={plusColor} rankColor={rankColor} specialRank={specialRank} />{" "}
<PlayerIGN ign={ign} rank={rank} monthly={monthly} rankColor={rankColor} specialRank={specialRank} />{" "} <PlayerIGN ign={ign} rank={rank} monthly={monthly} rankColor={rankColor} specialRank={specialRank} />{" "}