Skip to content

Commit ed30bb5

Browse files
piti6claude
andcommitted
fix: add viewport meta tag for mobile responsive layout
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent be235c7 commit ed30bb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

articles/layouts/layout-web.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="<%=h @language %>">
44
<head>
55
<meta charset="UTF-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
67
<% if @javascripts.present? %>
78
<% @javascripts.each do |js| %>
89
<%= js %>

0 commit comments

Comments
 (0)