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/lords.html | |
parent | 591e6947fa4eb371f470ca09b2c2b700ea7be911 (diff) | |
download | nevsky-e1feee5111f740023e00a72b8cec4c3bfc882e4e.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/lords.html')
-rw-r--r-- | info/lords.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/info/lords.html b/info/lords.html index ca27479..08f4afc 100644 --- a/info/lords.html +++ b/info/lords.html @@ -1,16 +1,18 @@ <!DOCTYPE html> +<meta name="viewport" content="width=812"> <title>Nevsky Lord Mats</title> <style> -html { +body { background-color: slategray; + margin: 0; } .list { display: flex; flex-wrap: wrap; gap: 20px; - margin: 40px; + margin: 20px; justify-content: center; } |