Skip to content

Commit

Permalink
changed recipe list liked/collected button margin
Browse files Browse the repository at this point in the history
  • Loading branch information
xutianyish committed Dec 7, 2020
1 parent 5c78328 commit 9e545e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/src/components/recipelist/recipelist.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ const styles = {
height: 180,
},
likeButton:{
paddingLeft: 20,
paddingLeft: 15,
},
saveButton: {
marginLeft: 10,
paddingLeft: 10,
},
action: {
paddingTop: 0,
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/recipelist/recipelist.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.recipe-container {
margin-left: 13px;
margin-right: 13px;
margin-left: 10px;
margin-right: 10px;
margin-top: 15px;
text-align:center;
display: inline-block;
Expand Down

0 comments on commit 9e545e1

Please sign in to comment.