From 4a20a9bc9e8b772d8fbb83463983417be3ab9679 Mon Sep 17 00:00:00 2001 From: Tobias Hopp Date: Mon, 28 Nov 2022 11:09:23 +0100 Subject: [PATCH] fix layout Took 3 minutes --- views/layout.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/views/layout.pug b/views/layout.pug index 4f9cb82..034af97 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -2,6 +2,7 @@ doctype html html head title iTender + meta(name="viewport" content="width=device-width, initial-scale=1.0") link(rel='stylesheet', href='/stylesheets/reset.css') link(rel='stylesheet', href='/stylesheets/style.css') meta(charset="UTF-8")