From: Jean-Yves Gastaud Date: Tue, 20 Dec 2016 14:53:29 +0000 (+0100) Subject: docs: Fix h1 size on small breakpoint in theme X-Git-Tag: v0.19~165 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=83b4c4056679a0bceb20343933b8a3223630e520;p=brevno-suite%2Fhugo docs: Fix h1 size on small breakpoint in theme --- diff --git a/docs/static/css/style-responsive.css b/docs/static/css/style-responsive.css index d27a36d2..9381ce68 100644 --- 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; + } +}