From c1fc55548443293410564823ba4192360514b273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 17 Nov 2021 17:51:57 +0100 Subject: [PATCH] Add rules for th tag. --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 17edd75..916a49c 100644 --- a/style.css +++ b/style.css @@ -140,6 +140,11 @@ img.album-cover { border-radius: 15%; } +.track-list th { + text-align: center; + padding: 1px 10px; +} + .track-list td { padding: 1px 10px; }