Media query smaller screen flex.

This commit is contained in:
Bradley Shellnut 2022-08-04 00:22:10 -07:00 committed by GitHub
parent 112b5dae4a
commit 93a13eec94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,5 +62,10 @@
gap: 1rem;
place-items: center;
margin: 1rem;
@media (max-width: 850px) {
display: flex;
flex-wrap: wrap;
}
}
</style>