From c668ea3802026435ad123271edaa68dac219c283 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 25 May 2017 19:23:12 +0200 Subject: [PATCH] index: vertical spacing between navigation links Increase distance to facilitate mobile clicking; makes the page mobile-friendly according to which recommends elements to be at least 48px apart: --- base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base.css b/base.css index 5336d63..c76d6a0 100644 --- a/base.css +++ b/base.css @@ -695,6 +695,10 @@ nav > .section { -webkit-column-break-inside: avoid; /* webkit */ page-break-inside: avoid; /* moz */ } +#index nav a { + display: inline-block; + margin-top: 1em; +} /* printing hints */ -- 2.30.0