From 80bec2114db3646d5b6e0a31ffcd30e95cb00007 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Fri, 2 Oct 2020 18:33:52 -0500 Subject: [PATCH] bug fix: layout fixes with footer --- src/api/static/css/plans.css | 4 +++- src/api/templates/plans.html | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/api/static/css/plans.css b/src/api/static/css/plans.css index 8245042..15b8fa1 100644 --- a/src/api/static/css/plans.css +++ b/src/api/static/css/plans.css @@ -90,12 +90,14 @@ img {width:48px} .footer { bottom:10px; position:fixed; + margin-left:10%; width: 80%; - padding:8spx; + padding:8px; text-align:center; display:grid; grid-template-columns: 10% auto 10%; grid-gap: 2px; + background-color:#f3f3f3; } .plan .title { display:grid; diff --git a/src/api/templates/plans.html b/src/api/templates/plans.html index 1a02077..0b2cfeb 100755 --- a/src/api/templates/plans.html +++ b/src/api/templates/plans.html @@ -347,12 +347,12 @@ $(document).ready(function(){ -