logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 77c51fdadb8d2334c6c8dc141b2710bd7903f135
parent: d644887d4cb2c5d5a4d4b008a2d63dce1cb90bb1
Author: Roger Braun <roger@rogerbraun.net>
Date:   Tue, 17 Jan 2017 09:09:12 +0100

Set the viewport for mobile devices.

Diffstat:

Mindex.html1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -2,6 +2,7 @@ <html> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Pleroma</title> <link rel="stylesheet" href="/static/font/css/fontello.css"> <link rel="stylesheet" href="/static/font/css/animation.css">