mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-23 22:08:11 -05:00
Remove viewport initial-scale, fixing need to zoom out on load.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<meta name="title" content="${self.Title()}" />
|
||||
<meta name="description" content="${getattr(thing, 'short_description', None) or g.short_description}" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="viewport" content="width=800, initial-scale=1" />
|
||||
<meta name="viewport" content="width=800" />
|
||||
${self.robots()}
|
||||
|
||||
${self.stylesheet()}
|
||||
|
||||
Reference in New Issue
Block a user