From 51fed607569ae66d6874a050c67a0f003dc51589 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Sat, 9 Jan 2021 21:11:39 +0100 Subject: [PATCH] mobile usability issue --- static/css/itix.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/itix.css b/static/css/itix.css index 2d4e4e4..e0c879e 100644 --- a/static/css/itix.css +++ b/static/css/itix.css @@ -779,6 +779,14 @@ mjx-container { /* Below the hamburger menu, the menu content but over the article content */ z-index: 250; } + + /* + * Leave some room between the list items in the term pages so that it is + * easier to click on mobile. Also makes Google happy. + */ + .terms ul li { + line-height: 2em; + } } @media screen and (max-width: 512px) {