From 31bb6502e4dd1334d2980a886f008ff423d40be2 Mon Sep 17 00:00:00 2001 From: matcornic Date: Thu, 24 Nov 2016 20:43:37 +0100 Subject: [PATCH] fix #23 : h5 font size to rem --- static/css/hugo-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/hugo-theme.css b/static/css/hugo-theme.css index d412d4b3f6..6239a5b400 100644 --- a/static/css/hugo-theme.css +++ b/static/css/hugo-theme.css @@ -188,7 +188,7 @@ h4 { } h5 { - font-size: 1; + font-size: 1rem; line-height: 110% !important; margin: 1rem 0 0.2rem 0; }