diff options
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; } |