diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:54:33 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:54:33 +0200 |
commit | 6e4a8dd429dc22e713f3a7ad77a788ca3f48c1cf (patch) | |
tree | f29de260e73d400df1276f0343f6fe0b6133ca93 /info/rules.html | |
parent | 51d0687666fb82d4d5b2d173b8d802d8cc6cb5ce (diff) | |
download | time-of-crisis-6e4a8dd429dc22e713f3a7ad77a788ca3f48c1cf.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/rules.html')
-rw-r--r-- | info/rules.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/info/rules.html b/info/rules.html index 26ab36b..53b5f12 100644 --- a/info/rules.html +++ b/info/rules.html @@ -1,11 +1,12 @@ <!DOCTYPE html> <html> <head> +<meta name="viewport" content="width=1060"> <title>ToC 2nd Ed Rules FINAL Hi-Res</title> <link rel="stylesheet" href="/fonts/fonts.css"> <style> -body{background-color:slategray} -div{position:relative;background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black} +body{background-color:slategray;margin:20px;} +div{position:relative;background-color:white;margin:20px auto;box-shadow:1px 1px 8px -2px black} p{position:absolute;white-space:pre;margin:0} p{font-family:Tinos,Times New Roman,Times,serif;font-size:12pt;line-height:0.8em} </style> |