summaryrefslogtreecommitdiff
path: root/info/cards.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-27 23:52:46 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-27 23:52:46 +0200
commit7dfecb68dc70a36c62caf842314684dd50c6be7d (patch)
treef4806a1331f8ea9a97285ecaab9c5e0a0c771b87 /info/cards.html
parent564038637c2f44646764709dac273a032c0bffe0 (diff)
downloadred-flag-over-paris-7dfecb68dc70a36c62caf842314684dd50c6be7d.tar.gz
Mobile friendly info pages.
Diffstat (limited to 'info/cards.html')
-rw-r--r--info/cards.html5
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;