Skip to content

Commit 8fdfb28

Browse files
committed
Don't shrink-to-fit
Signed-off-by: Kowalski Dragon (kowalski7cc) <kowalski7cc@users.noreply.github.com>
1 parent bab5966 commit 8fdfb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
77
<title>End Summer Camp &#8211; Hacking * Free Software * DIY</title>
88
<link rel="stylesheet" href="/main.css">
99
<link rel="manifest" href="/manifest.webmanifest">

0 commit comments

Comments
 (0)