diff options
| author | terminaldweller <thabogre@gmail.com> | 2023-01-28 16:08:13 +0000 |
|---|---|---|
| committer | terminaldweller <thabogre@gmail.com> | 2023-01-28 16:08:13 +0000 |
| commit | 1fc8a06845a77f82a02733ee143b57f8bccb76d2 (patch) | |
| tree | b0630fdaee185c440f53f94decff96fff852c668 | |
| parent | updates for the template (diff) | |
| download | magni-1fc8a06845a77f82a02733ee143b57f8bccb76d2.tar.gz magni-1fc8a06845a77f82a02733ee143b57f8bccb76d2.zip | |
changed the width in css to allow for correct zooming
| -rw-r--r-- | template.jinja2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.jinja2 b/template.jinja2 index 0c6ede3..c61d7c2 100644 --- a/template.jinja2 +++ b/template.jinja2 @@ -22,7 +22,7 @@ display: block; margin-left: auto; margin-right: auto; - width: 100%; + width: 80%; } </style> </head> |
