summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-27 23:51:39 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-27 23:59:16 +0200
commit57e249cc3965de5f81e483af7ebf4da21184c871 (patch)
treeb287539bf7be521dc5e15e88a6d1927355e2dea2
parent8d411f46d64e8194ae4bb6c723cbd60d429e44d8 (diff)
downloadjulius-caesar-57e249cc3965de5f81e483af7ebf4da21184c871.tar.gz
Mobile friendly info pages.
-rw-r--r--info/blocks.html1
-rw-r--r--info/cards.html1
-rw-r--r--info/notes.html1
-rw-r--r--info/rules.html5
4 files changed, 6 insertions, 2 deletions
diff --git a/info/blocks.html b/info/blocks.html
index 5e85f63..b6160d6 100644
--- a/info/blocks.html
+++ b/info/blocks.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>
+<meta name="viewport" content="width=700">
<title>Julius Caesar - Blocks</title>
<link rel="stylesheet" href="../blocks_columbia.css">
<link rel="stylesheet" href="../blocks_simple.css">
diff --git a/info/cards.html b/info/cards.html
index 8a7ce6a..7c436c8 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>Julius Caesar - Cards</title>
<style>
body { background-color: slategray; margin: 40px; text-align: center; color: white; }
diff --git a/info/notes.html b/info/notes.html
index 8300a82..95f1531 100644
--- a/info/notes.html
+++ b/info/notes.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<head>
+<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Julius Caesar - Notes</title>
<link rel="stylesheet" href="/fonts/fonts.css">
<link rel="stylesheet" href="/style.css">
diff --git a/info/rules.html b/info/rules.html
index 332a975..ab7ff61 100644
--- a/info/rules.html
+++ b/info/rules.html
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+<meta name="viewport" content="width=1060">
<title>Julius Caesar 1.1</title>
<link rel="stylesheet" href="/fonts/fonts.css">
<style>
-body{background-color:slategray}
-div{position:relative;background-color:white;margin:1em auto;line-height:0.8;box-shadow:1px 1px 8px -2px black}
+body{background-color:slategray;margin:20px}
+div{position:relative;background-color:white;margin:20px auto;line-height:0.8;box-shadow:1px 1px 8px -2px black}
p{position:absolute;white-space:pre;margin:0;font-family:Gentium Basic}
</style>
</head>