Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
justincy committed Aug 15, 2017
1 parent c4779e4 commit 20c488d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ html, body, button, textarea {

body {
background-color: #0079bf;
margin: 0;
}

header {
Expand Down Expand Up @@ -50,7 +51,7 @@ button {
box-sizing: border-box;
padding: 10px;
width: 270px;
margin: auto;
margin: 15px auto;
}

#list-title {
Expand Down

0 comments on commit 20c488d

Please sign in to comment.