diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:54:08 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:54:08 +0200 |
commit | 89d5f45ef54c7ba3c713b62d4bfd3c63540b1c13 (patch) | |
tree | 50e9cfcc1ae92072ef9a3281d10820a2d9609ee4 /info/units.html | |
parent | b14e4c570bda72661a672cd74d5cc7649d39c407 (diff) | |
download | rommel-in-the-desert-89d5f45ef54c7ba3c713b62d4bfd3c63540b1c13.tar.gz |
Mobile friendly info pages.
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 { |