From 40637560d9ba7535a74ab4a612914616379cc919 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 23 May 2024 20:17:38 -0700 Subject: [PATCH] fix: styles --- src/assets/styles/pages/music.css | 5 +++++ 1 file changed, 5 insertions(+) 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) {