Skip to content

Commit

Permalink
Added box shadow to pizza cards on Menu page
Browse files Browse the repository at this point in the history
  • Loading branch information
pamdesilva committed Jul 27, 2018
1 parent b7580bc commit 3dfd217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@
#pizza-card {
height: 32em;
position: relative;
border: 1px solid #6435c9;
box-shadow: 12px 12px 0px -4px rgba(100,53,201,0.79);
}

#pizza-order-info {
Expand Down

0 comments on commit 3dfd217

Please sign in to comment.