Remove grid media query

This commit is contained in:
Bradley Shellnut 2022-07-20 23:41:01 -07:00 committed by GitHub
parent 4ea5535e8c
commit 2fdae4c315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,13 +42,6 @@
@media (max-width: 1000px) {
padding-top: 1.25rem;
}
@media (max-width: 650px) {
align-content: center;
display: grid;
justify-items: center;
grid-template-columns: 1fr;
}
/* max-width: 1000px; */
}