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 { width } = useWindowSize();
|
||||
console.log(width);
|
||||
|
||||
return (
|
||||
<div className="w-full overflow-x-hidden">
|
||||
{width > 750 ? (
|
||||
{width > 1000 ? (
|
||||
<HeaderD
|
||||
currentLanguage={currentLanguage}
|
||||
setCurrentLanguage={setCurrentLanguage}
|
||||
|
Loading…
x
Reference in New Issue
Block a user