diff options
author | citrons <citrons@mondecitronne.com> | 2025-06-16 21:25:15 -0500 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2025-06-17 12:05:16 +0100 |
commit | 021a17640c9e36292dddf0bac6cfd4ee8b8e66c5 (patch) | |
tree | 43a63c0619409f3f94b24f6afc2c24251008baed /apioforum/templates | |
parent | c839cb41730e8130b4282ac121d3daf7af08a5e6 (diff) |
improve responsivity
the viewport scale is made a little smaller and padding is reduced when
the viewport size is smaller.
Diffstat (limited to 'apioforum/templates')
-rw-r--r-- | apioforum/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/base.html b/apioforum/templates/base.html index ed0a195..974ac08 100644 --- a/apioforum/templates/base.html +++ b/apioforum/templates/base.html @@ -4,7 +4,7 @@ <html> <head> <title>{%block title %}{% endblock %}</title> - <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="viewport" content="width=device-width, initial-scale=0.9"> <link rel="stylesheet" href="/static/style.css"> <link rel="stylesheet" href="/static/md-colors.css"> <link rel="icon" href="//gh0.pw/i/a.ico"> |