diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:52:46 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:52:46 +0200 |
commit | 7dfecb68dc70a36c62caf842314684dd50c6be7d (patch) | |
tree | f4806a1331f8ea9a97285ecaab9c5e0a0c771b87 /info/cards.html | |
parent | 564038637c2f44646764709dac273a032c0bffe0 (diff) | |
download | red-flag-over-paris-7dfecb68dc70a36c62caf842314684dd50c6be7d.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/cards.html')
-rw-r--r-- | info/cards.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/info/cards.html b/info/cards.html index bda89fd..abd00f7 100644 --- a/info/cards.html +++ b/info/cards.html @@ -1,12 +1,13 @@ <!DOCTYPE html> -<html class="jpeg"> +<html> +<meta name="viewport" content="width=600"> <title>Red Flag Over Paris - Cards</title> <style> body { background-color: slategray; } .list { - margin: 40px; + margin: 20px; display: flex; flex-wrap: wrap; justify-content: center; |