diff options
-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 { |