diff options
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 abcbabc..c06dcb5 100644 --- a/info/rules.html +++ b/info/rules.html @@ -1,11 +1,12 @@ <!DOCTYPE html> <html> <head> +<meta name="viewport" content="width=880"> <title>Red Flag Over Paris - Rules of Play</title> <link rel="stylesheet" href="/fonts/fonts.css"> <style> -body{background-color:slategray;font-family:Tinos,Times New Roman,Times,serif} -div{position:relative;background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black} +body{background-color:slategray;font-family:Tinos,Times New Roman,Times,serif;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-size:11pt} </style> |