diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:50:21 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:50:21 +0200 |
commit | 19dbd79b758d4970cfa3e331fa6a22b3e8020cc8 (patch) | |
tree | ec0aa1198c5c0a276fef8d9d6e35aca4661e6517 /info/rules.html | |
parent | 924c95dbe2bce61ad1d6c67ea69341c6fad57696 (diff) | |
download | 300-earth-and-water-19dbd79b758d4970cfa3e331fa6a22b3e8020cc8.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/rules.html')
-rw-r--r-- | info/rules.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/info/rules.html b/info/rules.html index 7ceabb1..42e73b8 100644 --- a/info/rules.html +++ b/info/rules.html @@ -1,13 +1,13 @@ <!DOCTYPE html> <html> <head> +<meta name="viewport" content="width=880"> <title>300: Earth & Water Rules</title> <link rel="stylesheet" href="/fonts/fonts.css"> <style> -body{background-color:slategray;text-align:center} -div{position:relative;background-color:white;margin:1em auto;line-height:0.8;box-shadow:1px 1px 8px -2px black} +body{background-color:slategray;text-align:center;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} -div{display:inline-block;margin:16px} </style> </head> <body> |