From 38ce9e8824de521f5adf159ae24be4d32645c725 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Wed, 28 Oct 2020 23:07:08 +0100 Subject: [PATCH] small css changes --- static/css/main.css | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index d095463..a5c5946 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -215,23 +215,14 @@ div#listofpeople{ left:70%; } - div#insert { - width: 100% !important; - left: 0; - } - - div#intro { - width: 90%; - left: 10%; - } - /* DIVS ABOUT */ div#intro{ z-index: 100; - left: 20%; + left: 10%; top: 5%; height: 90%; + width: 90%; } div#howto{ z-index: 100; @@ -241,9 +232,10 @@ div#listofpeople{ } div#insert{ z-index: 100; - left: 10%; - top: 0%; - height: 100%; + left: 0; + top: 0%; + height: 100%; + width: 100%; } #closeintro, #closehowto, #closeinsert{