diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:51:32 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:58:41 +0200 |
commit | ceb3e1e9f3522aaa274cca388f52e69e2de20d3c (patch) | |
tree | 07ea3fd130fe0451393b1ccd0990229f75bb9c05 /info | |
parent | 282e06e1921833da17efad2d8ffd3689b14fb44b (diff) | |
download | hammer-of-the-scots-ceb3e1e9f3522aaa274cca388f52e69e2de20d3c.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info')
-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 | ||||
-rw-r--r-- | info/rules3.html | 5 |
5 files changed, 9 insertions, 4 deletions
diff --git a/info/blocks.html b/info/blocks.html index 6f2fca4..2bacb65 100644 --- a/info/blocks.html +++ b/info/blocks.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <html> +<meta name="viewport" content="width=700"> <title>Hammer of the Scots - Blocks</title> <link rel="stylesheet" href="../blocks.css"> <style> diff --git a/info/cards.html b/info/cards.html index 472c044..c34af19 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>Hammer of the Scots - 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 5eb11a3..c615558 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>Hammer of the Scots - 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 7f63f79..ddc7fa5 100644 --- a/info/rules.html +++ b/info/rules.html @@ -1,11 +1,12 @@ <!DOCTYPE html> <html> <head> +<meta name="viewport" content="width=1060"> <title>Hammer of the Scots 4.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> diff --git a/info/rules3.html b/info/rules3.html index 354434a..daf6bc4 100644 --- a/info/rules3.html +++ b/info/rules3.html @@ -1,11 +1,12 @@ <!DOCTYPE html> <html> <head> +<meta name="viewport" content="width=1060"> <title>Hammer of the Scots 3.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> |