Skip to content

Commit

Permalink
Add viewport meta tag for better mobile display
Browse files Browse the repository at this point in the history
  • Loading branch information
ator-dev committed Dec 22, 2023
1 parent 37d878b commit 08a2b3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Projects :: Mark My Search</title>
<link rel="icon" href="/icons/mms.svg" sizes="any">
<link rel="icon" href="/favicon.ico" sizes="16x16 32x32">
Expand Down
1 change: 1 addition & 0 deletions files/stores/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Stores :: Mark My Search</title>
<link rel="icon" href="/icons/mms.svg" sizes="any">
<link rel="icon" href="/favicon.ico" sizes="16x16 32x32">
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About :: Mark My Search</title>
<link rel="icon" href="/icons/mms.svg" sizes="any">
<link rel="icon" href="/favicon.ico" sizes="16x16 32x32">
Expand Down

0 comments on commit 08a2b3c

Please sign in to comment.