From 3b25b36ee113eed984d93edbaf711d01f764d695 Mon Sep 17 00:00:00 2001 From: Brett Chalupa Date: Wed, 26 Oct 2022 09:44:18 -0400 Subject: [PATCH] fix(markup)!: allow site to be zoomed and scaled This is preferred for a11y reasons. Fixes https://github.com/brettchalupa/graphql-docs/issues/125 BREAKING CHANGE: this changes the default behavior of the layout file when used, so I guess it's breaking --- lib/graphql-docs/layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graphql-docs/layouts/default.html b/lib/graphql-docs/layouts/default.html index de660c1..00ee54f 100644 --- a/lib/graphql-docs/layouts/default.html +++ b/lib/graphql-docs/layouts/default.html @@ -3,7 +3,7 @@ - + <%= title || name %>