diff options
Diffstat (limited to 'info/units.html')
-rw-r--r-- | info/units.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/info/units.html b/info/units.html index 79512a0..c21d556 100644 --- a/info/units.html +++ b/info/units.html @@ -1,11 +1,15 @@ <!DOCTYPE html> +<meta name="viewport" content="width=500"> <title>Rommel in the Desert - Unit Appearance</title> <link rel="stylesheet" href="/fonts/fonts.css"> <style> -body { +html { background-color: slategray; + margin: 40px 20px; +} +body { font-family: "Source Sans"; - margin: 40px auto; + margin: 0px auto; max-width: 736px; } .row { |