From ed03b299ee15058b13e8c38127fd63ebb864e787 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Fri, 14 Feb 2020 14:27:52 +0100 Subject: [PATCH] mobile friendlier --- voicegardens/static/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/voicegardens/static/styles.css b/voicegardens/static/styles.css index 20be997..0857c55 100644 --- a/voicegardens/static/styles.css +++ b/voicegardens/static/styles.css @@ -143,6 +143,10 @@ div.footer { width: 10%; } + .backtoindex img { + padding: 3em 2em 0 11em; + } + .about { width: 7% !important; top: unset; @@ -197,7 +201,7 @@ div.footer { .about-text { height: 100vh; - padding: 1em; + padding: 3em; width: 100%; font-family: sans-serif; font-size: 1em;