diff --git a/app/www/static/css/index.css b/app/www/static/css/index.css index 8866890..c660110 100644 --- a/app/www/static/css/index.css +++ b/app/www/static/css/index.css @@ -254,6 +254,7 @@ button i { } footer{ + display: none; width: 100%; height: 50px; position: fixed; @@ -408,3 +409,6 @@ span.neg{ span.pos{ color: #20ce45; } +body.mobile footer{ + display: block; +}