Skip to content

Commit

Permalink
edit padding
Browse files Browse the repository at this point in the history
  • Loading branch information
safzanpirani committed Aug 22, 2024
1 parent 2263c47 commit 4d938da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
font-weight: bold;
}
.content {
padding: 20px 0;
padding: 20px 0 0;
}
.projects {
padding: 20px 0;
padding: 5px 0;
}
.project {
margin-bottom: 20px;
padding: 20px 0;
margin-bottom: 10px;
padding: 10px 0;
border-bottom: 1px solid #cccccc;
text-align: left;
}
Expand Down

0 comments on commit 4d938da

Please sign in to comment.