From d484e9421dc3638e931166a76def3eee524e9133 Mon Sep 17 00:00:00 2001 From: Dishebh Bhayana <43489708+Dishebh@users.noreply.github.com> Date: Sun, 9 Feb 2020 23:52:46 +0530 Subject: [PATCH] Update layout.jade --- views/layout.jade | 1 + 1 file changed, 1 insertion(+) diff --git a/views/layout.jade b/views/layout.jade index 25966b3d..f6a4b0b5 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -5,6 +5,7 @@ html title #{title} | Yaydoc else title Yaydoc | Automatic Documentation Generation and Deployment + meta(name="viewport", content="width=device-width, initial-scale=1.0") link(rel='stylesheet', href='/stylesheets/style.css') link(rel='stylesheet', href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css') link(rel='stylesheet', href='//rawgithub.com/indrimuska/jquery-editable-select/master/dist/jquery-editable-select.min.css')