From 833f4dae16aa8de91e1cc9eaec5b1d7399be5075 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 24 Apr 2019 15:02:40 +0000 Subject: [PATCH] Make index page mobile-friend (pass googlebot requirements) --- include/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/style.css b/include/style.css index 9e64588..d44a242 100644 --- a/include/style.css +++ b/include/style.css @@ -129,4 +129,9 @@ code { h1, h2, h3, h4 { font-size: 14px; } + + .index ol li { + margin-top: 15px; + margin-bottom: 15px; + } }