diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:55:06 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:55:06 +0200 |
commit | 846ffe38e0fef8d566be184be0abc38233b63b90 (patch) | |
tree | 767394e982c60a8f4f3668a0859aba3ed2fd0a2e /info/cards.html | |
parent | a753a18fa1ce5d8374845f6d15d7ef251b7fb33b (diff) | |
download | wilderness-war-846ffe38e0fef8d566be184be0abc38233b63b90.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/cards.html')
-rw-r--r-- | info/cards.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/info/cards.html b/info/cards.html index f1c44ed..3b1ca78 100644 --- a/info/cards.html +++ b/info/cards.html @@ -1,10 +1,11 @@ <!DOCTYPE html> <html class="jpeg"> +<meta name="viewport" content="width=800"> <title>Wilderness War - Cards</title> <style> body { background-color: slategray; - margin: 50px; + margin: 20px; } .list { display: flex; |