From b76f130d50f7111e9572de79970dc4b619ed71b4 Mon Sep 17 00:00:00 2001
From: guimb <paul.guimbert@student-cs.fr>
Date: Fri, 15 Dec 2023 18:22:02 +0100
Subject: [PATCH] Espacements et marge pour la nav bar en mbl

---
 index.html | 3 +++
 styles.css | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/index.html b/index.html
index 3d70c4f..6ed3fa0 100644
--- a/index.html
+++ b/index.html
@@ -46,6 +46,7 @@
       </nav>
 
       <h1>AFRICA UNITE</h1>
+      <br>
       <center>
         <img
           src="images/centre-front.jpg"
@@ -54,10 +55,12 @@
           style="margin-top: 20px; border-radius: 20px"
         />
       </center>
+      <br>
       <h5>
         Une association étudiante composée de 12 élèves de première année de
         Centrale Supélec.
       </h5>
+      <br>
       <div class="button">
         <a
           href="https://www.helloasso.com/associations/huma-centralesupelec/collectes/africa-2023-2024"
diff --git a/styles.css b/styles.css
index 9c4d169..d9fa010 100644
--- a/styles.css
+++ b/styles.css
@@ -598,6 +598,9 @@ p li {
   nav {
      top: 0%;
   }
+  h1 {
+    margin-top: 4%;
+  }
   h2 {
     margin-top: 5%;
   }
-- 
GitLab