style(hero): positions

This commit is contained in:
moklick
2020-10-06 13:28:52 +02:00
parent a91aa252b2
commit 750d5c4d8e
3 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const getOffset = () => {
} else if (windowWidth < 1200) {
return 405;
} else {
return (windowWidth - 1200) / 2 + 405;
return (windowWidth - 1200) / 2 + 450;
}
};