responsive design done

This commit is contained in:
2021-10-20 21:35:11 -03:00
parent 4765b26389
commit 3ec90bebaf
9 changed files with 154 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
const getWidthScreenUser = (setMobileUser) => {
if (window.innerWidth <= 768) {
if (window.innerWidth <= 991.98) {
setMobileUser(true)
}