Testing override width mobile

This commit is contained in:
Bradley Shellnut 2022-10-30 11:59:52 -05:00 committed by GitHub
parent 423e4aab6e
commit 79af851c18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,6 +129,9 @@
img {
max-width: 500px;
@media (max-width: 450px) {
max-width: 300px;
}
}
button {