Skip to content

Commit

Permalink
Removed duplicated css margin property in plain shell index.html file (
Browse files Browse the repository at this point in the history
…facebook#533)

* Removed duplicated css margin property in plain shell index.html file

* Moved margin property close to padding after CR feedback
  • Loading branch information
Tomasz Łakomy authored and gaearon committed Feb 17, 2017
1 parent d4a10cf commit 742b06d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shells/plain/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
height: 400px;
}
body {
margin: 0;
display: flex;
flex-direction: column;
position: absolute;
Expand Down

0 comments on commit 742b06d

Please sign in to comment.