feat: bigger "Events"
This commit is contained in:
parent
64d6edd9f5
commit
ba26e7c9e6
@ -722,6 +722,7 @@ button {
|
||||
}
|
||||
|
||||
.events {
|
||||
font-size: large;
|
||||
padding: 20px;
|
||||
ul > li {
|
||||
padding: 0;
|
||||
|
@ -87,8 +87,7 @@ const TeamPanel = () => {
|
||||
justifyContent: "center",
|
||||
}}
|
||||
>
|
||||
{players &&
|
||||
players.map((p) => (
|
||||
{players.map((p) => (
|
||||
<button
|
||||
className={
|
||||
"team-player " +
|
||||
|
Loading…
x
Reference in New Issue
Block a user