Skip to content

Commit

Permalink
fix image padding bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
matichewer committed Jul 13, 2024
1 parent 94aedb8 commit 862e729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediaqueries.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@

.project-card {
margin-bottom: 1rem; /* Espacio entre filas */
padding: 1rem;
padding-bottom: 1rem;
}
#socials-container {
display: block;
Expand Down

0 comments on commit 862e729

Please sign in to comment.