diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-10 19:50:37 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 19:50:37 +0100 |
commit | 746c8f3c1c0a601168a2d576b19c61c61906f992 (patch) | |
tree | 5fdf2adc9b657314d43918fde4b35b800d959709 /info | |
parent | 846ffe38e0fef8d566be184be0abc38233b63b90 (diff) | |
download | wilderness-war-746c8f3c1c0a601168a2d576b19c61c61906f992.tar.gz |
Fix charts html width.
Diffstat (limited to 'info')
-rw-r--r-- | info/charts2.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/info/charts2.html b/info/charts2.html index 83756db..4f98c3f 100644 --- a/info/charts2.html +++ b/info/charts2.html @@ -1,4 +1,5 @@ <!DOCTYPE html> +<meta name="viewport" content="width=1060"> <title>Wilderness War Chart</title> <style> body { max-width: 50rem; margin: 2rem; } |