Skip to content

Commit

Permalink
Set mb-2 for players
Browse files Browse the repository at this point in the history
  • Loading branch information
Assios committed Mar 4, 2024
1 parent 5c526ee commit 7e55ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Chessguessr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export const Chessguessr = ({
<Game>
<BoardWrapper>
<Players>
<p className="sm:text-lg lg:text-2xl mb-4 font-semibold text-center">
<p className="sm:text-lg lg:text-2xl mb-2 font-semibold text-center">
{wTitle && (
<span className="text-secondary-content">{wTitle}</span>
)}{" "}
Expand Down

1 comment on commit 7e55ee4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for chessguessr ready!

✅ Preview
https://chessguessr-30ezwurve-assios.vercel.app

Built with commit 7e55ee4.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.