Safe Space On Iphone Landscape View

Hey all. I’m trying to get rid of the safe space on the mobile landscape view, which I’m doing using this code on the head. The problem is that when I do that, all the adjustments done on the landscape braking point from webflow are going obsolete. It’s bassicly ignoring all the work done on that break point, and I think it’s using the adjustments for Ipad. Any idea on how can I ignore the safe areas without losing all the landscape adjustments? Thx

Code taken from here by @ cyberdave:

style> html { padding: env(safe-area-inset); } /style>
< meta name=“viewport” content=“width=device-width, initial-scale=1, viewport-fit=cover”>


Here is my site Read-Only: LINK
(how to share your site Read-Only link)