Skip to content

Commit

Permalink
fix: footer logo margin
Browse files Browse the repository at this point in the history
  • Loading branch information
stardustmeg committed Jun 2, 2024
1 parent 1da09cb commit e1f82a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/widgets/Footer/view/footerView.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@
margin: 0 auto;
width: calc(var(--extra-large-offset) * 1.5);
height: calc(var(--extra-small-offset) * 1.7);

@media (max-width: 484px) {
margin-bottom: var(--extra-small-offset);
}
}

.contactItem {
Expand Down

0 comments on commit e1f82a1

Please sign in to comment.