Skip to content

Commit

Permalink
fix(markup)!: allow site to be zoomed and scaled
Browse files Browse the repository at this point in the history
This is preferred for a11y reasons.

Fixes #125

BREAKING CHANGE: this changes the default behavior of the layout file
when used, so I guess it's breaking
  • Loading branch information
brettchalupa committed Oct 26, 2022
1 parent 59b3ecb commit 3b25b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql-docs/layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="description" content="<%= name %> GraphQL documentation">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><%= title || name %></title>
<link rel="stylesheet" href="<%= base_url %>/assets/style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js"></script>
Expand Down

0 comments on commit 3b25b36

Please sign in to comment.