diff options
Diffstat (limited to 'home/src/components.clj')
| -rw-r--r-- | home/src/components.clj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/src/components.clj b/home/src/components.clj index b35ee7c..57e9945 100644 --- a/home/src/components.clj +++ b/home/src/components.clj @@ -21,7 +21,8 @@ ".page-body p { max-width: 44em; }" ".page-body blockquote { max-width: 44em; }" ".highlight { padding: 1px; padding-left: 6px; }")]] - [:meta {:charset "UTF-8"}]] + [:meta {:charset "UTF-8"}] + [:meta {:name "viewport" :content "width=device-width, initial-scale=1"}]] [:body [:<> body] [:footer |
