fix responsive for mobile

This commit is contained in:
gonpombo8 2022-10-07 13:50:01 -03:00
parent 991fe86113
commit 8bf4d857ed
No known key found for this signature in database
GPG Key ID: 6BE1C3CD0908CE48

View File

@ -73,4 +73,20 @@
} }
} }
}
@media (max-width: 768px) {
.home {
.book-search {
width: unset;
}
.section-cards-container {
flex-direction: column;
}
.user-card {
margin: 8px 0;
}
}
} }