feat: bigger "Events"

This commit is contained in:
julius 2025-05-21 15:18:01 +02:00
parent 64d6edd9f5
commit ba26e7c9e6
Signed by: julius
GPG Key ID: C80A63E6A5FD7092
2 changed files with 17 additions and 17 deletions

View File

@ -722,6 +722,7 @@ button {
} }
.events { .events {
font-size: large;
padding: 20px; padding: 20px;
ul > li { ul > li {
padding: 0; padding: 0;

View File

@ -87,8 +87,7 @@ const TeamPanel = () => {
justifyContent: "center", justifyContent: "center",
}} }}
> >
{players && {players.map((p) => (
players.map((p) => (
<button <button
className={ className={
"team-player " + "team-player " +