From cc8f0c634b1dac13dc430a5365ea06c30bb87c81 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 17 Oct 2020 00:54:37 -0400 Subject: Test new column width css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c7895f9..9a5ccf3 100644 --- a/style.css +++ b/style.css @@ -66,7 +66,7 @@ table thead td { table td { padding: 0 0.4em; - max-width: 70%; + max-width: 70vw; } #content table td { -- cgit v1.2.3