shithub: hugo

Download patch

ref: 83b4c4056679a0bceb20343933b8a3223630e520
parent: c22b7ff8d97233f0410793d5784004d43348f78c
author: Jean-Yves Gastaud <jygastaud@gmail.com>
date: Tue Dec 20 10:53:29 EST 2016

docs: Fix h1 size on small breakpoint in theme

--- a/docs/static/css/style-responsive.css
+++ b/docs/static/css/style-responsive.css
@@ -55,3 +55,10 @@
         display: none;
     }
 }
+
+@media (max-width:360px) {
+
+    h1 {
+        font-size: 1.9em;
+    }
+}
--