adjust width

This commit is contained in:
Kishan Takoordyal 2021-03-04 19:55:59 +04:00
parent 769c3e525f
commit 7c0a3c74a7
No known key found for this signature in database
GPG Key ID: 304DF64F0804D6A1

View File

@ -16,7 +16,7 @@ export default function App() {
return (
<div className="w-full overflow-x-hidden">
{width > 660 ? (
{width > 750 ? (
<HeaderD
currentLanguage={currentLanguage}
setCurrentLanguage={setCurrentLanguage}