aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-07-30 22:19:13 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2025-07-30 22:19:13 +0200
commit8df81b5b63d18b7656103953131203e2f796b504 (patch)
tree3d3596e315a1e1283b3c20674d030a60f60bb903 /html
parenta3ae7b65b834ff74afafa9089771da8c7868034d (diff)
downloadmuhqs-game-8df81b5b63d18b7656103953131203e2f796b504.tar.gz
muhqs-game-8df81b5b63d18b7656103953131203e2f796b504.zip
improve english rules
Diffstat (limited to 'html')
-rw-r--r--html/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/template.html b/html/template.html
index 146466d1..166a96a4 100644
--- a/html/template.html
+++ b/html/template.html
@@ -48,7 +48,7 @@ html {
}
body {
margin: 0 auto;
- max-width: 36em;
+ max-width: 45em;
padding-left: $if(margin-left)$$margin-left$$else$50px$endif$;
padding-right: $if(margin-right)$$margin-right$$else$50px$endif$;
padding-top: $if(margin-top)$$margin-top$$else$50px$endif$;