diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-06-02 15:34:59 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-06-02 15:34:59 +0200 |
commit | 7ea38eb5a6d7f161f5829e93f94d2c9b01eb4a17 (patch) | |
tree | eb93520813f3e883292c3525a417c64e724d804c /src/de/index.html | |
parent | 07a86f5e06f34aacf44ffccc26d0206dc27dba9a (diff) |
Improve the mobile experience a bit
Diffstat (limited to 'src/de/index.html')
-rw-r--r-- | src/de/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/de/index.html b/src/de/index.html index b81583d..2501b9d 100644 --- a/src/de/index.html +++ b/src/de/index.html @@ -2,6 +2,7 @@ <html lang=XX> <head> <meta charset=UTF-8 /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>Thomas’ Euro Collection</title> <link rel="shortcut icon" type="image/svg" href="/favicon.svg" /> <link rel="stylesheet" type="text/css" href="/style.css" /> |