diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:51:56 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-28 00:01:27 +0200 |
commit | e1feee5111f740023e00a72b8cec4c3bfc882e4e (patch) | |
tree | 02e2f27b9594e1b99cdc51aa32da338a56338425 /info/rules.html | |
parent | 591e6947fa4eb371f470ca09b2c2b700ea7be911 (diff) | |
download | nevsky-e1feee5111f740023e00a72b8cec4c3bfc882e4e.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/rules.html')
-rw-r--r-- | info/rules.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/info/rules.html b/info/rules.html index b8c9fd7..caa172b 100644 --- a/info/rules.html +++ b/info/rules.html @@ -1,11 +1,13 @@ <!DOCTYPE html> <head> <meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1"> <title>Nevsky - Rules of Play</title> <link rel="stylesheet" href="/fonts/fonts.css"> <style> html{font-family:Source Serif} body{max-width:80ch;margin:0 auto;padding:36px} +img { max-width: 100% } h1,h2,h3,h4,p,ul,li { margin:0; padding:0; font-size:16px; line-height: 1.5; } h2 a,h3 a,h4 a { color: black } |