diff options
-rw-r--r-- | info/blocks.html | 1 | ||||
-rw-r--r-- | info/cards.html | 1 | ||||
-rw-r--r-- | info/notes.html | 1 | ||||
-rw-r--r-- | info/rules.html | 5 |
4 files changed, 6 insertions, 2 deletions
diff --git a/info/blocks.html b/info/blocks.html index afacb0c..2cc2cbf 100644 --- a/info/blocks.html +++ b/info/blocks.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html> +<meta name="viewport" content="width=600"> <title>Crusader Rex - Blocks</title> <style> body { diff --git a/info/cards.html b/info/cards.html index 64a6511..b856ba7 100644 --- a/info/cards.html +++ b/info/cards.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html> +<meta name="viewport" content="width=device-width, initial-scale=1"> <title>Crusader Rex - Cards</title> <style> body { background-color: slategray; margin: 40px; text-align: center; color: white; } diff --git a/info/notes.html b/info/notes.html index 1a4cfb2..31450c0 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>Crusader Rex - Notes</title> <link rel="stylesheet" href="/fonts/fonts.css"> <link rel="stylesheet" href="/style.css"> diff --git a/info/rules.html b/info/rules.html index 5235cd4..ecc3d96 100644 --- a/info/rules.html +++ b/info/rules.html @@ -1,11 +1,12 @@ <!DOCTYPE html> <html> <head> +<meta name="viewport" content="width=1060"> <title>Crusader Rex 2.0</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> |