From 22166a001e4472b8f5ffc3ea7c568f6ce98dcc8d Mon Sep 17 00:00:00 2001 From: filifa Date: Sun, 27 Jul 2025 16:08:22 -0400 Subject: [PATCH] reduce width of favorite column --- styles/eulerbooks.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/eulerbooks.css b/styles/eulerbooks.css index ceb5285..1467857 100644 --- a/styles/eulerbooks.css +++ b/styles/eulerbooks.css @@ -14,3 +14,7 @@ tbody > tr:nth-of-type(even) { tr :nth-child(1) { text-align: right; } + +tr :nth-child(4) { + width: 20%; +}