From 4c2ed77feb08258d17006c32eaecae08ef316813 Mon Sep 17 00:00:00 2001
From: Thomas Mathieu <thomas.mathieu@eisti.fr>
Date: Fri, 14 May 2021 11:42:41 +0200
Subject: [PATCH] css adjustement

---
 src/app/pages/graphics-page/graphics-page.component.css  | 8 ++++----
 src/app/pages/graphics-page/graphics-page.component.html | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/app/pages/graphics-page/graphics-page.component.css b/src/app/pages/graphics-page/graphics-page.component.css
index b8a4eae..7c5d689 100644
--- a/src/app/pages/graphics-page/graphics-page.component.css
+++ b/src/app/pages/graphics-page/graphics-page.component.css
@@ -16,10 +16,10 @@ graph-select {
 
 .horizontal-sep {
   border: 0.5px solid rgb(0,94,184);
-  margin-top: 150px;
-  width: 40%;
-  position: absolute;
-  /* margin-left: -50px; */
+  margin-top: 170px;
+  margin-left: 0%;
+  width: 100%;
+  position: relative;
 }
 
 
diff --git a/src/app/pages/graphics-page/graphics-page.component.html b/src/app/pages/graphics-page/graphics-page.component.html
index 7a051ba..7095828 100644
--- a/src/app/pages/graphics-page/graphics-page.component.html
+++ b/src/app/pages/graphics-page/graphics-page.component.html
@@ -35,9 +35,9 @@
       <button mat-raised-button (click)="generateGraphic()" type="submit" class="button-generate" title="GÊnÊrer le graphique">GÊnÊrer graphique</button>
       <button mat-button title="Annuler" class="button-cancel" (click)="reset()">X</button>
     </form>
-    <div class="horizontal-sep"></div>
-  </div>
 
+  </div>
+  <div class="horizontal-sep"></div>
 
 
   <!-- Display graphic if inputs are accurates and button generate is clicked on -->
-- 
GitLab