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) {