Merge pull request #1539 from theMosaad/remove-duplicate-css

delete duplicate css
This commit is contained in:
Blake Campbell 2023-02-23 01:18:21 -05:00 committed by GitHub
commit c580640fe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -290,13 +290,3 @@ body::-webkit-scrollbar-thumb {
grid-template-columns: 1fr; 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;
}
}