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/pac.html | |
parent | 591e6947fa4eb371f470ca09b2c2b700ea7be911 (diff) | |
download | nevsky-e1feee5111f740023e00a72b8cec4c3bfc882e4e.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/pac.html')
-rw-r--r-- | info/pac.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/info/pac.html b/info/pac.html index 336b92f..0625425 100644 --- a/info/pac.html +++ b/info/pac.html @@ -1,9 +1,10 @@ <!DOCTYPE html> <html> +<meta name="viewport" content="width=1360"> <head> <title>Nevsky Sheets</title> <style> -html { background-color:slategray; } +body { background-color:slategray; margin:0; } img { box-shadow:1px 1px 8px -2px black; } section { display:flex; |