diff --git a/index.html b/index.html index 4b8a11c..26a995c 100644 --- a/index.html +++ b/index.html @@ -571,6 +571,8 @@ margin-top: calc(var(--spacing-unit) * 6); display: flex; justify-content: center; + gap: calc(var(--spacing-unit) * 1.5); + flex-wrap: wrap; } .player-section { @@ -1133,6 +1135,7 @@