From 1fc8a06845a77f82a02733ee143b57f8bccb76d2 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 28 Jan 2023 19:38:13 +0330 Subject: changed the width in css to allow for correct zooming --- template.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%; } -- cgit v1.2.3