This commit is contained in:
2025-05-09 00:54:10 +09:00
parent 744a0db3bd
commit 486ae6de6b
15 changed files with 295 additions and 248 deletions
+8 -2
View File
@@ -2,6 +2,8 @@
width: 100%;
max-width: 700px;
margin: 0 auto;
padding: 1rem;
background-color: var(--p-gray-50);
}
.event-public-wrapper>.p-card>.p-card-body {
@@ -251,7 +253,11 @@
.team-score-table-wrapper {
overflow-x: auto;
border-radius: 10px;
padding: 12px 8px;
padding: 0
}
.team-score-table-wrapper .p-card-body {
padding: 0;
}
.event-public-card {
@@ -401,7 +407,7 @@
}
.team-name-strong {
font-size: 2.3rem;
font-size: 2rem;
font-weight: 900;
line-height: 1.1;
margin-bottom: 2px;