From fde7a608fb41fed3940ba5525f83a3802e4071f8 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Mon, 12 Feb 2018 14:45:37 -0500 Subject: [PATCH] SHow footer and screens when logged in. --- app/www/static/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/www/static/css/index.css b/app/www/static/css/index.css index 7ef3263..dde2e50 100644 --- a/app/www/static/css/index.css +++ b/app/www/static/css/index.css @@ -254,7 +254,7 @@ button i { } footer{ - /*display: none;*/ + display: block; width: 100%; height: 50px; position: fixed; @@ -263,7 +263,7 @@ footer{ } footer .icon { - /*width: 33.33%;*/ + width: 33.33% width: 50%; height: 50px; float: left;