Skip to content

Commit cfa1bbd

Browse files
authored
Merge pull request #9 from wh0/viewport
layouts: new opinion on viewport string (cosmetic)
2 parents c481cd0 + f46b9c7 commit cfa1bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width,initial-scale=1">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>{{ page.title | smartify }}</title>
77
<link rel="icon" href="{{ site.icon }}">
88
<link rel="stylesheet" href="/omni.css">

0 commit comments

Comments
 (0)