From 8f67b066a815dfed711b75e66d11a65d7f77a313 Mon Sep 17 00:00:00 2001 From: Patrick Ferro Ribeiro Date: Wed, 10 Apr 2019 22:23:48 -0300 Subject: [PATCH] Fix Bug Mobile CSS, Blank Space in the Right of screen --- static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index aa622ac56..6febe1d64 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -194,7 +194,7 @@ footer { list-style: none; padding: 0; transition: 0.2s ease; - position: absolute; + position: inherit; width: 100%; -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19); box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19); @@ -219,4 +219,4 @@ footer { color: #BBB; position: absolute; right: 12px; -} \ No newline at end of file +}