docs: Fix h1 size on small breakpoint in theme
authorJean-Yves Gastaud <jygastaud@gmail.com>
Tue, 20 Dec 2016 14:53:29 +0000 (15:53 +0100)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Wed, 28 Dec 2016 12:54:30 +0000 (13:54 +0100)
docs/static/css/style-responsive.css

index d27a36d201769d0e059c3ff1e6d59a3887f8358c..9381ce68c30f710f44026fa8997b32c000517258 100644 (file)
         display: none;
     }
 }
+
+@media (max-width:360px) {
+
+    h1 {
+        font-size: 1.9em;
+    }
+}