diff options
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; |