Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
khanm206 committed Jan 7, 2024
1 parent f17ce07 commit 2c181d4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,14 @@ main {

.what-i-do {
text-align: center;
margin: 200px 280px;
margin: 200px 280px 50px;
}

.skills-part {
display: flex;
gap: 30px;
margin-top: 80px;
margin-top: 20px;
margin-bottom: 200px;
padding-left: 100px;
padding-right: 100px;
/* justify-content: space-around; */
Expand Down Expand Up @@ -203,9 +204,9 @@ main section {

.resume-container {
display: flex;
gap: 50px;
gap: 100px;
justify-content: space-around;
/* text-align: center; */
text-align: center;
padding-left: 230px;
padding-right: 230px;
}
Expand Down

0 comments on commit 2c181d4

Please sign in to comment.