add slight padding above player name
All checks were successful
deploy / deploy (push) Successful in 1m0s

This commit is contained in:
Lee 2023-10-20 19:50:44 +01:00
parent 1ce3a2a451
commit 7df628611b

@ -135,7 +135,7 @@ export default function Player({ params }: { params: { id: string } }) {
<Avatar url={playerData.profilePicture} label="Avatar" />
</div>
</div>
<div className="flex flex-col items-center gap-2 xs:items-start">
<div className="mt-1 flex flex-col items-center gap-2 xs:items-start">
<p className="text-2xl">{playerData.name}</p>
<div className="flex gap-3 text-xl">