adjust width #2
This commit is contained in:
parent
7c0a3c74a7
commit
1e386b093d
@ -13,10 +13,11 @@ export default function App() {
|
|||||||
const [showCookies, setShowCookies] = useState(true);
|
const [showCookies, setShowCookies] = useState(true);
|
||||||
|
|
||||||
const { width } = useWindowSize();
|
const { width } = useWindowSize();
|
||||||
|
console.log(width);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="w-full overflow-x-hidden">
|
<div className="w-full overflow-x-hidden">
|
||||||
{width > 750 ? (
|
{width > 1000 ? (
|
||||||
<HeaderD
|
<HeaderD
|
||||||
currentLanguage={currentLanguage}
|
currentLanguage={currentLanguage}
|
||||||
setCurrentLanguage={setCurrentLanguage}
|
setCurrentLanguage={setCurrentLanguage}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user