From 5fb281be243d81fdc0c1919d128f64c802e12b78 Mon Sep 17 00:00:00 2001 From: Foucauld Degeorges Date: Sat, 12 Aug 2017 14:04:29 +0200 Subject: [PATCH] Reorganize layout and fix margins to gain space --- index.html | 30 +++++++++++++----------------- style.css | 6 +++--- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index 1cac9c9..cce0279 100644 --- a/index.html +++ b/index.html @@ -7,46 +7,42 @@ -
+
-
+
-
-
- -
-
-
+
-
+
+
-
+
-
+
@@ -54,14 +50,14 @@ -
+
-
-
- +
diff --git a/style.css b/style.css index 34ca3cb..f3d9dbb 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ #dependencyGraph { - height:600px; + height: calc(100vh - 180px); border: 1px solid black; } -.container{ - width: 100%; +.row { + margin-bottom: 5px; }