summaryrefslogtreecommitdiff
path: root/info/rules.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-27 23:53:38 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-28 00:02:46 +0200
commit8b7596205a6588806b758a0fc7e09ff9b88335cd (patch)
tree998844850dc97b1a8a96259edc3f8748bdad70fe /info/rules.html
parent1962a4c5866109732727ca55c4214f9ef1baa62a (diff)
downloadrichard-iii-8b7596205a6588806b758a0fc7e09ff9b88335cd.tar.gz
Mobile friendly info pages.
Diffstat (limited to 'info/rules.html')
-rw-r--r--info/rules.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/info/rules.html b/info/rules.html
index 274f12c..547dcec 100644
--- a/info/rules.html
+++ b/info/rules.html
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
+<meta name="viewport" content="width=1060">
<title>Richard III 1.02</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>