From 9042a4577af248cb13d70332a45d246a334f9d40 Mon Sep 17 00:00:00 2001
From: Dorian Lesbre <dorian.lesbre@gmail.com>
Date: Sun, 27 Dec 2020 17:18:52 +0100
Subject: [PATCH] CSS style changes

---
 home/static/css/style.css | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/home/static/css/style.css b/home/static/css/style.css
index 3459055..22af338 100644
--- a/home/static/css/style.css
+++ b/home/static/css/style.css
@@ -64,14 +64,13 @@ main {
 	background-color: white;
   justify-content: center;
 	text-align: justify;
-	padding: 10px 30px 10px 30px;
+	padding: 1px 30px 1px 30px;
 	max-width: 920px;
-	margin-left: auto;
-	margin-right: auto;
+	margin: 0 auto 0 auto;
 }
 
 main h2 {
-	padding-top: 30px;
+	padding-top: 20px;
 	font-size: 1.5rem;
 	font-weight: 300;
 	text-align: left;
-- 
GitLab