Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
feat: add box shadow in milestones (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishagupta1 authored Oct 23, 2021
1 parent 70c63f4 commit 871a5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Milestones.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function Milestones({ milestones }) {
)

const content = (milestone) => (
<Card title={milestone.title} subTitle={milestone.date} className="p-m-5">
<Card title={milestone.title} subTitle={milestone.date} className="p-m-5 p-shadow-15">
{milestone.image && (
<img
src={milestone.image}
Expand Down

0 comments on commit 871a5a7

Please sign in to comment.