diff --git a/src/i18n/common/de.json b/src/i18n/common/de.json index 569ef02..96e2a91 100644 --- a/src/i18n/common/de.json +++ b/src/i18n/common/de.json @@ -146,7 +146,8 @@ "winner": "Sieger", "notPlayed": "Nicht gespielt", "draw": "Unentschieden", - "points": "Punkte" + "points": "Punkte", + "team": "Team" } }, "blog": { diff --git a/src/styles/table.css b/src/styles/table.css index 575034e..010bfef 100644 --- a/src/styles/table.css +++ b/src/styles/table.css @@ -18,7 +18,7 @@ */ table { - @apply w-full rounded-2xl shadow-lg overflow-clip; + @apply w-full overflow-clip; :not(:has([data-no-head])) { }