remove unnecessary file

This commit is contained in:
Jeremy Kauffman 2018-11-08 16:13:20 -05:00 committed by GitHub
parent 538cffc08c
commit f03fcc04d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +0,0 @@
body {
margin: 0;
padding: 0;
height: 100%;
word-wrap: break-word;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
}