From 1136513ded4a5526fed7a2a9232e23ba7f2fecfa Mon Sep 17 00:00:00 2001 From: sudoer777 <78781902+sudoer777@users.noreply.github.com> Date: Mon, 4 Oct 2021 13:42:52 -0600 Subject: [PATCH] Fix scaling for mobile --- views/layout.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/views/layout.pug b/views/layout.pug index 2125107..69f5a59 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -2,6 +2,7 @@ doctype html html head title= title + meta(name='viewport', content='width=device-width, initial-scale=1') link(rel='stylesheet', href='/stylesheets/style.css') block stylesheets body