diff --git a/src/assets/styles/pages/music.css b/src/assets/styles/pages/music.css index 6a185830..26554417 100644 --- a/src/assets/styles/pages/music.css +++ b/src/assets/styles/pages/music.css @@ -44,6 +44,11 @@ } } } + + table th:first-of-type, + table td:first-of-type { + width: calc(var(--sizing-3xl) * 6); + } } @media screen and (min-width: 768px) {