Skip to content

Commit

Permalink
make img display block, upd pixel perfect
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej044 committed Jun 25, 2023
1 parent dccea1c commit e69c22d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ a,button{
a:hover, a:active, a:focus, button:hover, button:focus {
color:var(--green)
}
img{
display: block;
}
/* navigation styles */
.nav{
position: relative;
Expand Down Expand Up @@ -741,9 +744,7 @@ a:hover, a:active, a:focus, button:hover, button:focus {
.projects__preview-img{
max-height: 400px;
}
.projects__describe{
margin-top: 1.6rem;
}

.describe__links-wrapper{
position: absolute;
top:0;
Expand Down

0 comments on commit e69c22d

Please sign in to comment.