Skip to content

Commit

Permalink
Merge pull request wesbos#1539 from theMosaad/remove-duplicate-css
Browse files Browse the repository at this point in the history
delete duplicate css
  • Loading branch information
BlakeCampbells authored Feb 23, 2023
2 parents 7019b69 + 04a88f6 commit c580640
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,13 +290,3 @@ body::-webkit-scrollbar-thumb {
grid-template-columns: 1fr;
}
}

.People {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
grid-gap: 5rem;

@media all and (max-width: 400px) {
grid-template-columns: 1fr;
}
}

0 comments on commit c580640

Please sign in to comment.