adjust width #2

This commit is contained in:
Kishan Takoordyal 2021-03-04 19:58:53 +04:00
parent 7c0a3c74a7
commit 1e386b093d
No known key found for this signature in database
GPG Key ID: 304DF64F0804D6A1

View File

@ -13,10 +13,11 @@ export default function App() {
const [showCookies, setShowCookies] = useState(true);
const { width } = useWindowSize();
console.log(width);
return (
<div className="w-full overflow-x-hidden">
{width > 750 ? (
{width > 1000 ? (
<HeaderD
currentLanguage={currentLanguage}
setCurrentLanguage={setCurrentLanguage}