From f2f3d4d026d540e4c7d344d7f3db4927b055f539 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Thu, 29 Oct 2020 13:08:53 +0100 Subject: [PATCH] changed colophon position on mobile --- static/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 5c6392b..fcb1de0 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -261,11 +261,11 @@ div#listofpeople{ } #colophon { - position: fixed; - width: 15%; + position: absolute; + width: 13%; z-index: 3; - top: 79%; - left: 60.5%; + top: 87%; + left: 42%; } #colophondiv {