Small tweak to the margin
This commit is contained in:
@@ -56,7 +56,7 @@ async function SuspendedPage({ ign: pign }: { ign: string }) {
|
||||
if (!mc) {
|
||||
return (
|
||||
<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>
|
||||
)
|
||||
}
|
||||
@@ -66,7 +66,7 @@ async function SuspendedPage({ ign: pign }: { ign: string }) {
|
||||
if (!player) {
|
||||
return (
|
||||
<div className="flex flex-col items-center min-h-screen">
|
||||
<h1 className="mt-25">Player hasn't joined hypixel</h1>
|
||||
<h1 className="mt-35">Player hasn't joined hypixel</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ export default function DisplayName(
|
||||
}
|
||||
) {
|
||||
return (
|
||||
<div className="flex items-end mt-25">
|
||||
<div className="flex items-end mt-35">
|
||||
<h1 className="text-3xl font-bold">
|
||||
<PlayerRank rank={rank} monthly={monthly} plusColor={plusColor} rankColor={rankColor} specialRank={specialRank} />{" "}
|
||||
<PlayerIGN ign={ign} rank={rank} monthly={monthly} rankColor={rankColor} specialRank={specialRank} />{" "}
|
||||
|
||||
Reference in New Issue
Block a user