diff --git a/src/referto.js b/src/referto.js index c2a59cf..e2aeea3 100644 --- a/src/referto.js +++ b/src/referto.js @@ -130,7 +130,7 @@ export function buildRefertoHtml(state, now = new Date()) { .meta { font-size: 11px; color: #333; margin-top: 3px; text-transform: uppercase; letter-spacing: 0.5px; } .squadre-row { display: flex; align-items: center; gap: 14px; } - .badge-ab { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; border: 2px solid #111; font-weight: bold; font-size: 12px; flex-shrink: 0; } + .badge-ab { display: inline-flex; align-items: center; justify-content: center; height: 22px; padding: 0 8px; border-radius: 11px; border: 2px solid #111; font-weight: bold; font-size: 12px; flex-shrink: 0; } .nome-sq { font-size: 18px; font-weight: bold; } .vs { font-size: 12px; color: #666; font-weight: bold; } @@ -181,11 +181,11 @@ export function buildRefertoHtml(state, now = new Date()) {
| Set | A | B |
|---|---|---|
| Set | ${nomi.home} | ${nomi.guest} |