diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-18 22:16:20 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-18 22:16:44 -0300 |
commit | b1dd3eafe71f6341848c7a6c4aeee429739a6601 (patch) | |
tree | 0cf2d6448e4d7afd2109152f18910de70c6a8502 /zola/templates/base.html | |
parent | 71a72e45f5fcf398df6201e728b504bb31123173 (diff) | |
download | ndato.com-b1dd3eafe71f6341848c7a6c4aeee429739a6601.tar.gz |
trying to make it look right on iphone
Diffstat (limited to 'zola/templates/base.html')
-rw-r--r-- | zola/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zola/templates/base.html b/zola/templates/base.html index 97762c5..d99b734 100644 --- a/zola/templates/base.html +++ b/zola/templates/base.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="viewport" content="width=device-width" /> <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"> |