I moved my lokal site to my testserver with git. Actually my normal routine. But, suprisingly on my mobile, the website is not running correctly. e.g. the Logo is not loaded and replaced by the alt tag. On my webbrowser it is running completly fine and exact same as on my local server before…
@jacfab I have tested you website using Chrome on both desktop and Android.
On Android mobile using Chrome
Logo displays OK
Using Chrome on my desktop:
The logo is displayed.
The top of the page is cut off when the page’s height does not fit the height of the screen. Removing css '@media (min-width: 992px) {body {height: 100%}} solved that.