diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:54:19 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:54:19 +0200 |
commit | 458bda8b4aafb00f54e1d3e5816bbe5d6af6e316 (patch) | |
tree | 9fe1013916eb46f7e084dae057e28cffc98bb69a /info | |
parent | 4c4e05af1e7d22022fc5df3fb9121d0a8347fc2e (diff) | |
download | shores-of-tripoli-458bda8b4aafb00f54e1d3e5816bbe5d6af6e316.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info')
-rw-r--r-- | info/history.html | 5 | ||||
-rw-r--r-- | info/rules.html | 5 | ||||
-rw-r--r-- | info/tr_cards.html | 1 | ||||
-rw-r--r-- | info/us_cards.html | 1 |
4 files changed, 8 insertions, 4 deletions
diff --git a/info/history.html b/info/history.html index 07eb59d..1702ef1 100644 --- a/info/history.html +++ b/info/history.html @@ -1,11 +1,12 @@ <!DOCTYPE html> <html> <head> +<meta name="viewport" content="width=880"> <title>Tripoli History Booklet</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> diff --git a/info/rules.html b/info/rules.html index a3e32e2..9864c5d 100644 --- a/info/rules.html +++ b/info/rules.html @@ -1,11 +1,12 @@ <!DOCTYPE html> <html> +<meta name="viewport" content="width=880"> <head> <title>Tripoli Rulebook</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> diff --git a/info/tr_cards.html b/info/tr_cards.html index 9f6681e..212e58c 100644 --- a/info/tr_cards.html +++ b/info/tr_cards.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html> +<meta name="viewport" content="width=700"> <title>Shores of Tripoli - Tripolitan Cards</title> <style> body { diff --git a/info/us_cards.html b/info/us_cards.html index d2c2489..6703d60 100644 --- a/info/us_cards.html +++ b/info/us_cards.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html> +<meta name="viewport" content="width=700"> <title>Shores of Tripoli - United States Cards</title> <style> body { |