From cd36e1412be8e0ab08f3a331a1fb5701dc5d043a Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Mon, 12 Aug 2024 23:57:57 +0200
Subject: Simplify CSS

---
 static/style.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'static')

diff --git a/static/style.css b/static/style.css
index 0e88e98..ecf0041 100644
--- a/static/style.css
+++ b/static/style.css
@@ -2311,12 +2311,12 @@ textarea,
 	white-space: nowrap;
 }
 
-.mintage-table tr :where(th, td):first-child {
-	text-align: left;
+.mintage-table .mintage-table-cc {
+	white-space: nowrap;
 }
 
-.mintage-table :where(th, td) {
-	white-space: nowrap;
+.mintage-table tr :is(th, td):not(:first-child),
+.mintage-table-cc tr :is(th, td):last-child {
 	text-align: right;
 }
 
-- 
cgit v1.2.3