From 86b5bbdd05881b612783069367b10125c28bfdee Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 8 Jul 2024 19:09:24 -0400 Subject: Improve rendering on mobile by setting page width to device width. --- theme.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.scm b/theme.scm index 5dd8e5f..10a6ccc 100644 --- a/theme.scm +++ b/theme.scm @@ -53,6 +53,8 @@ `((doctype "html") (head (meta (@ (charset "utf-8"))) + (meta (@ (name "viewport") + (content "width=device-width, initial-scale=1"))) (title ,(string-append title " — " (site-title site))) (link (@ (rel "alternate") (type "application/atom+xml") -- cgit v1.2.3