diff options
-rw-r--r-- | info/cards.html | 1 | ||||
-rw-r--r-- | info/notes.html | 1 | ||||
-rw-r--r-- | info/pac.html | 1 | ||||
-rw-r--r-- | info/playbook-all.html | 5 | ||||
-rw-r--r-- | info/playbook.html | 5 | ||||
-rw-r--r-- | info/rulebook.html | 5 | ||||
-rw-r--r-- | info/setup.html | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/info/cards.html b/info/cards.html index 8dfb765..b1207d6 100644 --- a/info/cards.html +++ b/info/cards.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html class="jpeg"> +<meta name="viewport" content="width=device-width, initial-scale=1"> <title>Andean Abyss - Cards</title> <style> body { diff --git a/info/notes.html b/info/notes.html index a059351..60454cc 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>Andean Abyss - Notes</title> <link rel="stylesheet" href="/fonts/fonts.css"> <link rel="stylesheet" href="/style.css"> diff --git a/info/pac.html b/info/pac.html index 5cd170e..c6d594e 100644 --- a/info/pac.html +++ b/info/pac.html @@ -1,5 +1,6 @@ <!doctype html> <title>Andean Abyss Reference</title> +<meta name="viewport" content="width=600"> <link rel="stylesheet" href="/fonts/fonts.css"> <style> html { font-family: "Source Sans", sans-serif } 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> diff --git a/info/playbook.html b/info/playbook.html index c038742..bc00744 100644 --- a/info/playbook.html +++ b/info/playbook.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.5pt} </style> diff --git a/info/rulebook.html b/info/rulebook.html index a99e436..2f23f1a 100644 --- a/info/rulebook.html +++ b/info/rulebook.html @@ -1,11 +1,12 @@ <!DOCTYPE html> <html> <head> +<meta name="viewport" content="width=1060"> <title>Andean Abyss - Rulebook</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:12.5pt} a{text-decoration:none} diff --git a/info/setup.html b/info/setup.html index 0566712..5946f15 100644 --- a/info/setup.html +++ b/info/setup.html @@ -1,9 +1,10 @@ <!DOCTYPE html> <head> +<meta name="viewport" content="width=1060"> <title>Andean Abyss - Setup</title> <style> html{background-color:slategray} -body{display:flex;flex-wrap:wrap;gap:24px;margin:24px;justify-content:center;} +body{display:flex;flex-wrap:wrap;gap:20px;margin:20px;justify-content:center;} div{width:1020px;height:1320px;box-shadow:1px 1px 8px #0008;background-size:cover;} </style> </head> |