diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2024-11-24 23:32:15 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2024-11-24 23:32:15 -0300 |
commit | 40b19b34385a1c6dcefcfaa3e9fa2087ab16ff07 (patch) | |
tree | 526635ec6e4314187b45b118dc867346442060c8 /zola/templates | |
parent | 2bdb546caff3da7ca59f6d684912eef0afeea379 (diff) | |
download | ndato.com-40b19b34385a1c6dcefcfaa3e9fa2087ab16ff07.tar.gz ndato.com-40b19b34385a1c6dcefcfaa3e9fa2087ab16ff07.tar.bz2 |
fix style for better view on mobile
Diffstat (limited to 'zola/templates')
-rw-r--r-- | zola/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zola/templates/base.html b/zola/templates/base.html index 41c5e10..22a4728 100644 --- a/zola/templates/base.html +++ b/zola/templates/base.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> + <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta charset="utf-8" /> <link rel="icon" type="image/x-icon" sizes="256x256" href="/favicon.ico"> <link rel="stylesheet" href="/style.css" type="text/css"> |