From e571869f03c31f93256e94cad1fa3aae0eafd977 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 23 Feb 2018 12:49:47 +0100
Subject: [PATCH] no justification for specific header rules

---
 resources/css/style.css | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/resources/css/style.css b/resources/css/style.css
index 1f8a953..5bf700c 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -26,9 +26,6 @@ button: hover, .button:hover {
 h1, h2, h3, h4, h5, h6 {
     color: #214BB5;
 }
-h3 {
-    margin-top: 2rem;
-}
 a, a: visited, a:active, a:link {
     text-decoration: underline;
 }
@@ -58,9 +55,6 @@ main form {
     margin: 1rem;
 
 }
-main h2 {
-    font-size: 1.5rem;
-}
 
 /* wizard */
 .wizard > .steps .current a, .wizard > .steps .current a: hover, .wizard > .steps .current a:active {
-- 
GitLab