Skip to content

Commit 0f94e11

Browse files
ctrl-alt-dmrswats
andauthored
Fix: Viewport (#46)
# Closes #45 Co-authored-by: Ferran Jovell <ferran.jovell+github@gmail.com>
1 parent be5a996 commit 0f94e11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const { title, description = 'PyconES 2026' } = Astro.props
1616
<head>
1717
<meta charset="UTF-8" />
1818
<meta name="description" content={description} />
19-
<meta name="viewport" content="width=device-width" />
19+
<meta name="viewport" content="width=device-width, initial-scale=1">
2020
<link rel="icon" type="image/svg+xml" href="/2026.es.pycon.org/favicon.svg" />
2121
<meta name="generator" content={Astro.generator} />
2222

0 commit comments

Comments
 (0)