shithub: hugo

Download patch

ref: 8489608012cca5741a5f704f6ebf5c0329b287fa
parent: bcb3ef74131f8119e290ddb68908ce27760a80a7
author: Jean-Yves Gastaud <jygastaud@gmail.com>
date: Tue Dec 20 10:27:12 EST 2016

docs: Fix menu arrows position on mobile devices

--- a/docs/static/css/style-responsive.css
+++ b/docs/static/css/style-responsive.css
@@ -21,10 +21,6 @@
         position: none !important;
     }
 
-    #sidebar > ul > li > a > span {
-        line-height: 35px;
-    }
-
     #sidebar > ul > li {
         margin: 0 10px 5px 10px;
     }
--