mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
responsive design done
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const getWidthScreenUser = (setMobileUser) => {
|
||||
|
||||
if (window.innerWidth <= 768) {
|
||||
if (window.innerWidth <= 991.98) {
|
||||
setMobileUser(true)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user