diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-02-10 20:05:53 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-02-10 20:05:53 +0100 |
commit | d5510b4656a9a237b7e76d281f05217efe020228 (patch) | |
tree | f8f361633c9a918ad147915614795248f42bef75 /src/main/resources/templates | |
parent | ec9bdce7cc591af389be02ace98e32dee9f0f468 (diff) |
Configure viewport for mobile devices.
Change-Id: Ie940b5eb76642fbe0600f77412f16cc1023829b6
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r-- | src/main/resources/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/templates/base.html b/src/main/resources/templates/base.html index bb4542e..a6e0900 100644 --- a/src/main/resources/templates/base.html +++ b/src/main/resources/templates/base.html @@ -2,6 +2,7 @@ <html> <head> <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{#insert title}{/}</title> |