diff options
Diffstat (limited to 'info/pieces.html')
-rw-r--r-- | info/pieces.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/info/pieces.html b/info/pieces.html index 7e3cb8a..f9d95fe 100644 --- a/info/pieces.html +++ b/info/pieces.html @@ -1,8 +1,9 @@ <!DOCTYPE html> +<meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../images.css"> <style> -h2{color:white;border-bottom:2px solid white;margin-top:40px} -body{background-color:slategray;margin:40px auto;max-width:535px} +h2{color:white;border-bottom:2px solid white;} +body{background-color:slategray;padding:20px;margin:0px auto;max-width:535px} .row{display:flex;flex-wrap:wrap;gap:5px;margin:20px 0} .m1s{width:45px;height:45px;background-position:-0px 0} |