fix: removing disabling of zoom (WCAG 1.4.4 Resize Text)
This commit is contained in:
parent
43d9299005
commit
af56aecf44
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<head>
|
||||
<title>FediCamp</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta property="og:title" content="FediCamp 2025" />
|
||||
<meta property="og:description" content="FediCamp 2025" />
|
||||
<meta property="og:image" content="/images/fc25_logo.png" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue