diff --git a/output/index.css b/output/index.css index d0c8dea1..5d4ab6be 100644 --- a/output/index.css +++ b/output/index.css @@ -716,8 +716,21 @@ footer nav a { } @media (max-width: 500px) { + #th_qr_code, .td_qr_code { + display: none; + } + + #th_description, .td_description { + display: none; + } + + #th_name, .td_name { + max-width: var(--dynamic-columns-width); + width: var(--dynamic-columns-width); + } + :root { /* ! For when descriptions don't wrap and 100vw doesn't work. */ - --dynamic-columns-width: 10rem; + --dynamic-columns-width: 13rem; } }