Skip to content

Commit

Permalink
fixed mobile width
Browse files Browse the repository at this point in the history
  • Loading branch information
sdunc committed Jul 7, 2019
1 parent d028406 commit e6738df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -18,8 +18,8 @@
<link rel="stylesheet" href="/style.css">
<!--
Sets the width on mobile devices, not sure if needed with flexbox
<meta name="viewport" content="width=500" />
-->
<meta name="viewport" content="width=500" />
<!-- I need to make an icon -->
<link rel="icon" href="icon.png" />
<!-- title appears in the tab -->
Expand Down
2 changes: 2 additions & 0 deletions lies.html
Expand Up @@ -20,6 +20,8 @@
Sets the width on mobile devices, not sure if needed with flexbox
<meta name="viewport" content="width=500" />
-->
<meta name="viewport" content="width=500" />

<!-- I need to make an icon -->
<link rel="icon" href="icon.png" />
<!-- title appears in the tab -->
Expand Down
1 change: 1 addition & 0 deletions product.html
Expand Up @@ -20,6 +20,7 @@
Sets the width on mobile devices, not sure if needed with flexbox
<meta name="viewport" content="width=500" />
-->
<meta name="viewport" content="width=500" />
<!-- I need to make an icon -->
<link rel="icon" href="icon.png" />
<!-- title appears in the tab -->
Expand Down
1 change: 1 addition & 0 deletions snow.html
Expand Up @@ -20,6 +20,7 @@
Sets the width on mobile devices, not sure if needed with flexbox
<meta name="viewport" content="width=500" />
-->
<meta name="viewport" content="width=500" />
<!-- I need to make an icon -->
<link rel="icon" href="icon.png" />
<!-- title appears in the tab -->
Expand Down

0 comments on commit e6738df

Please sign in to comment.