Skip to content

Commit

Permalink
upd pixel perfect
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej044 committed Jun 26, 2023
1 parent 8e5e98f commit 26d47b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ img{
.projects__item{
position: relative;
min-width: 540px;
overflow: hidden;
max-width: 540px;
}
.projects__item:hover .describe__links-wrapper{
display: flex;
Expand All @@ -744,7 +744,10 @@ img{
}
.projects__list .projects__item:nth-child(n+3){
margin-top: 6.9rem;
}

.projects__item:nth-child(even){
justify-self: flex-end;
}
.projects__preview-img{
max-height: 400px;
Expand All @@ -768,7 +771,7 @@ img{
width: 100%;
height: calc(100% - 17.5%);
flex-direction: column;
margin: 0;
margin: 0 auto;
background-color: rgba(0,0,0,0.75);
}
/* end */
Expand Down

0 comments on commit 26d47b2

Please sign in to comment.