removed extra data on smaller screens (#5154)

This commit is contained in:
Martavis Parker 2022-04-15 10:05:41 -07:00 committed by GitHub
parent 6db23ab1a5
commit 0604b64f6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,12 @@
display: flex;
flex-wrap: wrap;
@media screen and (max-width: 960px) {
div:nth-child(n + 5) {
display: none;
}
}
.info-flex__item--title {
margin-bottom: 2.5rem;
}