Skip to content

Commit

Permalink
upd perfect pixel skills section for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej044 committed Jun 25, 2023
1 parent 58dd8b5 commit 6891fc3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,15 @@ a:hover, a:active, a:focus, button:hover, button:focus {
}
.skills__list{
grid-template-columns: repeat(3, 1fr);
column-gap: 3rem;
}
.skills__item{
min-width: 345px;
padding-left: 0.6rem;

}
.skills__list .skills__item:nth-child(n+4){
margin-top: 5.8rem;
}
.skills__item p {
font-size: 1.8rem;
Expand Down

0 comments on commit 6891fc3

Please sign in to comment.