diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:51:04 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:57:54 +0200 |
commit | 2ffc19c63b0bf336e037d0dd5f3021a6483381f4 (patch) | |
tree | 0b52fe0ae4a8e970e11030e03001d6fc5970c3cb /info/rules.html | |
parent | 05adcc9af69387ba1a27cd52eebda6804894cf3d (diff) | |
download | crusader-rex-2ffc19c63b0bf336e037d0dd5f3021a6483381f4.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 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> |