hey!
nice website!
on your website in your custom phone grid, i see you have an element with an id of hello
inside of that element is a link to #hello
this won't do anything because the #hello link and the element with an id of hello should be at different places
when you click on the #hello link it will scroll to the element with the id of hello
but these two have one and the same position on your website
when i am on the mobile version and i refresh the site with the url:
www.natagroup.de/#hello
it is scrolled to the position of that element. so it works correctly:
Screenshot 2023-07-17 at 20.40.37.png
on your desktop version of your website you don't have any element with the id of "hello"
you need to add an id of hello to an element on your desktop version for it to work on your desktop website