Skip to content

Commit 7c41f9e

Browse files
Fix viewport meta tag and remove shrink-to-fit
1 parent ccbc879 commit 7c41f9e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

application/frontend/src/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
<meta charset="utf-8" />
55
<meta
66
name="viewport"
7-
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no shrink-to-fit=no"
7+
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"
8+
/>
9+
<meta
10+
name="description"
11+
content="Open CRE - Open Cybersecurity Requirement Expression: Link security requirements across standards and frameworks."
812
/>
913
<title>Open CRE</title>
1014
<link rel="icon" type="image/svg+xml" href="/logo.svg" />

0 commit comments

Comments
 (0)