Skip to content

Commit

Permalink
Update 1px.html
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaipanyu authored Jul 23, 2017
1 parent 8381702 commit e287a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1px.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
Expand All @@ -22,7 +22,7 @@
content: '';
border-top: 1px solid #ccc;
width: 100%;

transform: scaleY(0.5);
}

</style>
Expand Down

0 comments on commit e287a4c

Please sign in to comment.