about summary refs log tree commit diff stats
path: root/templates/style.css
diff options
context:
space:
mode:
authorAlan Pearce2023-11-09 19:57:56 +0100
committerAlan Pearce2023-11-09 19:57:56 +0100
commit2492547ee00b8acc58e5d22f93a5a5433676f981 (patch)
tree335556e04d3b778a379c6bd6258ebbe5fd6a37f7 /templates/style.css
parent1566962cfb62d2b52b35507c44255162fd287a57 (diff)
downloadwebsite-2492547ee00b8acc58e5d22f93a5a5433676f981.tar.lz
website-2492547ee00b8acc58e5d22f93a5a5433676f981.tar.zst
website-2492547ee00b8acc58e5d22f93a5a5433676f981.zip
Reduce margins on mobile devices
Diffstat (limited to 'templates/style.css')
-rw-r--r--templates/style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/style.css b/templates/style.css
index db3774b..54ad0da 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -2,8 +2,7 @@ body {
   font-family: Verdana, sans-serif;
   margin: auto;
   padding: 1em;
-  max-width: 720px;
-  max-width: 60vw;
+  max-width: 50rem;
   text-align: left;
   background-color: #fff;
   word-wrap: break-word;