aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-01-28 16:08:13 +0000
committerterminaldweller <thabogre@gmail.com>2023-01-28 16:08:13 +0000
commit1fc8a06845a77f82a02733ee143b57f8bccb76d2 (patch)
treeb0630fdaee185c440f53f94decff96fff852c668
parentupdates for the template (diff)
downloadmagni-1fc8a06845a77f82a02733ee143b57f8bccb76d2.tar.gz
magni-1fc8a06845a77f82a02733ee143b57f8bccb76d2.zip
changed the width in css to allow for correct zooming
-rw-r--r--template.jinja22
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>