diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:51:04 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:57:54 +0200 |
commit | 2ffc19c63b0bf336e037d0dd5f3021a6483381f4 (patch) | |
tree | 0b52fe0ae4a8e970e11030e03001d6fc5970c3cb /info/cards.html | |
parent | 05adcc9af69387ba1a27cd52eebda6804894cf3d (diff) | |
download | crusader-rex-2ffc19c63b0bf336e037d0dd5f3021a6483381f4.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/cards.html')
-rw-r--r-- | info/cards.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/info/cards.html b/info/cards.html index 64a6511..b856ba7 100644 --- a/info/cards.html +++ b/info/cards.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html> +<meta name="viewport" content="width=device-width, initial-scale=1"> <title>Crusader Rex - Cards</title> <style> body { background-color: slategray; margin: 40px; text-align: center; color: white; } |