aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/style.css
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2025-01-17 15:49:32 -0500
committerBradley Taunt <bt@btxx.org>2025-01-17 15:49:32 -0500
commit2fb22bc24f246c082bed0aca7cbee284fe26d71a (patch)
tree609fb471f7b14292dab90680499699820b31e59d /public/style.css
parent1e88c7f1ca7ba8d47ba83a94732b03ef30130006 (diff)
Set proper max width
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/style.css b/public/style.css
index 4d8fd13..53a4b46 100644
--- a/public/style.css
+++ b/public/style.css
@@ -17,7 +17,7 @@ body {
background-color: #f9f9f9;
color: #333;
font-size: 100%;
- max-width: 85%;
+ max-width: 920px;
margin: 1rem auto;
padding: 0;
}