Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
noamilsh authored and MichalPorag committed Jul 12, 2022
1 parent 0ab267b commit ca71d8f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions styles/Home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,5 @@
@media screen and (max-width: 1280px) {
.cards__wrapper {
padding: 0 25px;
margin: 0 auto;
max-width: 1280px;
margin-bottom: 100px;
}
}

@media screen and (max-width: 600px) {
.container {
width: 100%;

.cards__wrapper {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}
}

0 comments on commit ca71d8f

Please sign in to comment.