Skip to content

Commit

Permalink
fix: 522 - delete unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
KristiBo committed Oct 2, 2024
1 parent 9e8d6f6 commit bc2a289
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/widgets/community-media/ui/community-media.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.social-media-container {
display: grid;
grid-template-columns: repeat(3, auto);
place-items: center;
align-items: start;
justify-content: space-between;

width: 416px;
Expand All @@ -36,10 +36,6 @@
width: 390px;
height: 390px;

background-repeat: no-repeat;
background-position: center;
background-size: contain;

@include media-laptop {
width: 350px;
height: 350px;
Expand All @@ -48,6 +44,5 @@
@include media-mobile {
width: 100%;
height: auto;
object-fit: contain;
}
}

0 comments on commit bc2a289

Please sign in to comment.