diff options
Diffstat (limited to 'info/playbook-all.html')
-rw-r--r-- | info/playbook-all.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/info/playbook-all.html b/info/playbook-all.html index 5c55243..5b5e72d 100644 --- a/info/playbook-all.html +++ b/info/playbook-all.html @@ -1,11 +1,12 @@ <!DOCTYPE html> <html> <head> +<meta name="viewport" content="width=1060"> <title>Andean Abyss - Playbook</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;line-height:1em;font-size:11.9pt} </style> |