Skip to content

Commit

Permalink
Правит выравнивание аватара в списке статей
Browse files Browse the repository at this point in the history
  • Loading branch information
monochromer authored and pepelsbey committed Sep 5, 2023
1 parent 54988f5 commit acc2e69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/blocks/article-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
grid-area: picture;
}

@media (min-width: 800px) {
.article-card__avatar-container {
align-self: start;
}
}

.article-card__avatar {
position: relative;
width: 80px;
Expand Down

0 comments on commit acc2e69

Please sign in to comment.