From: Jean-Philippe Orsini Date: Tue, 12 Jul 2016 08:23:10 +0000 (+0200) Subject: fixed h2 margin X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=1383db2138b8fb0c1075ec8d7a38b9ea05734608 fixed h2 margin --- 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 {