From 0c1a69259c8e68772fecd0a9af4092c0c6703437 Mon Sep 17 00:00:00 2001 From: Smitty Date: Sun, 5 Dec 2021 13:47:33 -0500 Subject: [PATCH] Right align second matrix column --- public/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/style.css b/public/style.css index b14bff2..a58c2f6 100644 --- a/public/style.css +++ b/public/style.css @@ -150,6 +150,9 @@ nav .action .shortcut, nav .action .name { width: 2rem; font-family: monospace; } +.matrix td:last-child { + text-align: right; +} @media (max-width: 700px) { h1 { display: none; -- 2.38.5