pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit 9fa70eb4dd55096d589c42e923a33807e2470853
parent e019408f1fd9260a3c3be8ca5a75fdc3f9404047
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Thu,  9 May 2024 22:00:32 +0200

Make navigation of exports easier on mobile

Diffstat:
Massets/index.css | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/assets/index.css b/assets/index.css @@ -50,8 +50,15 @@ table { max-width: 1000px; margin-left: auto; margin-right: auto; + font-size: 1.25em; } +th, td { + white-space: nowrap; + /* Makes navigation easier on mobile */ + padding: 0.25em; + +} a { color: var(--hl1); padding: 5px;