From 1383db2138b8fb0c1075ec8d7a38b9ea05734608 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 10:23:10 +0200 Subject: [PATCH] fixed h2 margin --- www/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/style.css b/www/style.css index edf3797..45341b1 100644 --- a/www/style.css +++ b/www/style.css @@ -38,6 +38,7 @@ h1 { h2 { font-size: 160%; font-weight: bold; + margin: 0; } h3 { @@ -45,8 +46,8 @@ h3 { font-weight: bold; } -h2, h3 { - margin: 0em 0em 1em 0em; +h3 { + margin: 0em 0em 1em 0em; } #content { -- 2.7.4