Skip to content

Commit

Permalink
style new product form #53
Browse files Browse the repository at this point in the history
  • Loading branch information
jwld committed Jun 13, 2017
1 parent d0f49f3 commit c48d9ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion public/style/sass/_product.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
@include flex;
width: 23rem;
height: 23rem;
padding: 2rem;
border-radius: 100%;
background-color: #eee;
background-color: white;
color: #aaa;
font-size: 3rem;
box-shadow: 0 .3rem 1rem -.2rem #222;
Expand Down
2 changes: 1 addition & 1 deletion public/style/sass/_reset.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body, header, h1, a, div, input, textarea, p, select, span {
body, header, h1, a, div, input, textarea, p, select, span, section {
margin: 0;
padding: 0;
border: 0;
Expand Down

0 comments on commit c48d9ae

Please sign in to comment.