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

Added border-radius and border #1867

Merged
merged 1 commit into from
Oct 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Components/Milestone.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
.p-timeline {
width: 60rem;
}
.shadow-2{
border-radius: 50px;
}

@media only screen and (max-width: 960px) {
.p-timeline-event {
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Milestones.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Milestones({ milestones }) {
label="Learn more"
role="link"
rel="noopener noreferrer"
className="p-button-raised p-button-rounded"
className="p-button-raised p-button-rounded border-0"
onClick={() => goToLinkHandle(milestone.url)}
style={{ backgroundColor: milestone.color }}
/>
Expand Down