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/rules.html | |
parent | 282e06e1921833da17efad2d8ffd3689b14fb44b (diff) | |
download | hammer-of-the-scots-ceb3e1e9f3522aaa274cca388f52e69e2de20d3c.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/rules.html')
-rw-r--r-- | info/rules.html | 5 |
1 files changed, 3 insertions, 2 deletions
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> |