Skip to content

Commit

Permalink
fixed css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Dhanotiya authored and Vishal Dhanotiya committed Jul 4, 2024
1 parent 45108d8 commit 1c0fc35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Achievement.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
@media only screen and (min-width: 1281px) {
.achievement-section {
background-color: var(--black);
padding-top: 2rem;
padding-top: 6rem;
}

.achievement-title {
Expand All @@ -145,6 +145,6 @@
}
.center-div {
display: flex;
margin-block: 1rem;
margin-block: 2rem;
}
}

1 comment on commit 1c0fc35

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.