diff options
Diffstat (limited to 'templates/mobile')
-rw-r--r-- | templates/mobile/archives/homepage.html | 2 | ||||
-rw-r--r-- | templates/mobile/base.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/mobile/archives/homepage.html b/templates/mobile/archives/homepage.html index ffe82d3..a925cf6 100644 --- a/templates/mobile/archives/homepage.html +++ b/templates/mobile/archives/homepage.html @@ -18,7 +18,7 @@ <span class="button"><a href="{{featured.get_absolute_url}}" title="{{featured.title}}">More »</a></span> </div> <div id="featured-image"> - <a href="{{featured.get_absolute_url}}" title="{{featured.title}}"><img src="{{featured.get_image_url}}" alt="{{ featured.title }}" class="post-image" /></a> + <a href="{{featured.get_absolute_url}}" title="{{featured.title}}"><img src="{{featured.get_image_url}}" alt="{{ featured.title }}" class="post-image" width=300 /></a> </div> </li> diff --git a/templates/mobile/base.html b/templates/mobile/base.html index f388359..ed4f76a 100644 --- a/templates/mobile/base.html +++ b/templates/mobile/base.html @@ -3,7 +3,7 @@ <head> <title>{% block pagetitle %}Luxagraf Mobile - Topografical Writings{% endblock %}</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <meta name="viewport" content="width=device-width" /> + <meta name="viewport" content="width = 320" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" |