From cd783fb546903797effe375719f3186d163c2de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Bouzour=C3=A8ne?= Date: Sat, 21 Dec 2024 18:38:50 +0100 Subject: [PATCH] Allow responsive mode --- views/layouts/main.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/views/layouts/main.pug b/views/layouts/main.pug index 363e7af..8b1e837 100644 --- a/views/layouts/main.pug +++ b/views/layouts/main.pug @@ -6,6 +6,7 @@ html(lang="fr", data-bs-theme="dark") else title People - POP Vaud + meta(name="viewport" content="width=device-width, initial-scale=1") link(rel="icon", href="/static/images/favicon.jpg") link(rel="stylesheet", href="/static/bootstrap/css/bootstrap.min.css") link(rel="stylesheet", href="/static/main.css")