moved to a container, reduced default font size to 80% as it was just too large, updated requirements.txt to support containerisation (added gunicorn), but also removed locked versions

This commit is contained in:
2025-02-14 16:34:16 +11:00
parent 926cee9a6c
commit 7751f29a0f
4 changed files with 14 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ class FP_VAR(FP):
dot-notation of fields
"""
def __init__(self, label, varname, display='', cl='col-auto', datevarname=''):
def __init__(self, label, varname, display='', cl='col-sm-auto', datevarname=''):
### Var Attributes -- note, simple class, no methods ###
self.label=label
self.varname=varname