Right align second matrix column
1 files changed, 3 insertions(+), 0 deletions(-) M public/style.css
M public/style.css => public/style.css +3 -0
@@ 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;