Skip to content

Commit

Permalink
Улучшает фокус для иконок
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Aug 14, 2023
1 parent 07bbc6b commit 45286ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/styles/blocks/links.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@
display: block;
width: 33px;
height: 33px;
border-radius: 50%;
outline-offset: 2px;
}

@media (min-width: 1024px) {
Expand Down Expand Up @@ -164,8 +166,8 @@
background-image: url('/images/social/telegram.svg');
}

.links__icon--twitter {
background-image: url('/images/social/twitter.svg');
.links__icon--x {
background-image: url('/images/social/x.svg');
}

.links__icon--vk {
Expand Down

0 comments on commit 45286ce

Please sign in to comment.