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(){ -