Skip to content

Commit c19ad00

Browse files
committed
viewport fix?
1 parent 4c76d41 commit c19ad00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/default.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, viewport-fit=cover">
77
<title>{{ page.title }}</title>
88
<link rel="stylesheet" href="{{ '/style.css' | relative_url }}">
99
</head>

0 commit comments

Comments
 (0)