Skip to content

Commit

Permalink
Make viewport mobile-friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
homeworkprod committed May 21, 2021
1 parent 8574e0a commit c1c7249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gallerize/templates/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="generator" content="gallerize">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
{%- block head_additions %}{% endblock %}
<title>{% if gallery_title is not none %}{{ gallery_title }}{% endif %}</title>
Expand Down

0 comments on commit c1c7249

Please sign in to comment.