diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-07-25 15:52:42 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-07-25 15:52:42 +0200 |
| commit | c041e74af8c69e8fb0680558e23dd7be542afcf6 (patch) | |
| tree | 4962e7c446a27aa23e6f20a3ffbb01774ac383f8 /app/static/custom.css | |
| parent | 08e4a27c0db7fc2867cce3eb6f80799148c03ba6 (diff) | |
Working version
Diffstat (limited to 'app/static/custom.css')
| -rw-r--r-- | app/static/custom.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/static/custom.css b/app/static/custom.css index 9992ee5..8aa5b57 100644 --- a/app/static/custom.css +++ b/app/static/custom.css @@ -9,6 +9,9 @@ td { margin-top: 20px; margin-bottom: 20px; } +footer { + text-align: center; +} .parent { display: grid; grid-column-gap: 20px; |
