From 90c4e4e0a973f88642a877639e7db58a727ef4e3 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Thu, 29 Oct 2020 16:41:19 +0100 Subject: [PATCH] text panels style --- static/css/main.css | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index a93c8fc..38eb373 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -297,25 +297,25 @@ div#listofpeople{ /* DIVS ABOUT */ div#intro{ - left: 21.1%; - top: 10%; - width: 29%; - height: 80%; - z-index: 1; + left: 24.1%; + top: 10%; + width: 26%; + height: 80%; + z-index: 1; } div#howto{ - left: 22.1%; - top: 15%; - width: 28%; - height: 70%; - z-index: 2; + left: 28.1%; + top: 15%; + width: 22%; + height: 70%; + z-index: 2; } div#insert{ - left: 20.1%; - top: 5%; - width: 30%; - height: 90%; - z-index: 1; + left: 20.1%; + top: 5%; + width: 30%; + height: 90%; + z-index: 1; } #colophon img { @@ -520,6 +520,8 @@ button.download { overflow-y: scroll; position: fixed; /* display: none; */ + font-size: 0.9em; + border-radius: 3px; } #insert, #howto {