Add viewport tag to pages
This commit is contained in:
parent
01d6f94633
commit
575ab6273f
2 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
<link rel="stylesheet" href="/css/styles.css" />
|
||||
|
||||
<link rel="stylesheet" href="/inter/inter.css" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
<meta property="og:image:width" content="1844" />
|
||||
<meta property="og:image:height" content="1801" />
|
||||
<meta property="og:site_name" content="char.lt" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue