From 03dda3ffcaea7bf1ef60cd3aae3efda3653992b5 Mon Sep 17 00:00:00 2001 From: tycrek Date: Sun, 27 Jun 2021 13:31:26 -0600 Subject: [PATCH] updated viewport meta --- views/head.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/head.pug b/views/head.pug index 6f2790c..2268fde 100644 --- a/views/head.pug +++ b/views/head.pug @@ -1,4 +1,4 @@ -meta(name='viewport' content='width=device-width, initial-scale=1.0') +meta(name='viewport' content='width=device-width, initial-scale=1.0, viewport-fit=cover') style: include css/modest.css style: include css/dracula.highlight.js.css