stagit

personal fork of static git page generator
git clone https://a3nm.net/git/stagit/
Log | Files | Refs | README | LICENSE

commit 275b3b84441e82323b63ddceb918207de28d4a1b
parent b323da74261809715f31f2d663354dab0654bef5
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed,  9 May 2018 21:17:48 +0200

fix mobile issues

Diffstat:
style.css | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -102,8 +102,11 @@ pre a.d:hover { } @media screen and (max-width: 600px) { - table th.nth-child(n+3), table td.nth-child(n+3) { + table th:nth-child(n+3), table td:nth-child(n+3) { display: none; } + pre { + font-size: 60%; + } }