Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
padding 25 to 10
  • Loading branch information
Sandrineavida authored Jun 6, 2022
1 parent 2d54823 commit dad5e1b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@ section {
border: 1px solid var(--color-white);
overflow: hidden;
z-index: 1;
padding: 25px;
padding: 10px;
}
.portfolio .portfolio-item img {
transition: all 0.3s;
Expand Down Expand Up @@ -2781,4 +2781,6 @@ section {
.footer .footer-legal .social-links a:hover {
background: var(--color-primary);
text-decoration: none;
}
}


0 comments on commit dad5e1b

Please sign in to comment.