Hello, I just randomly found this and noticed two small bugs:
At internal window widths exceeding 900px, the LoCGallery div overflows the page width due to being set to display: flex; with no overflow handling/proper width restriction. This causes the page to forcefully expand in the x direction:

It also seems to be an issue with loading the mobile-bg.jpg image - To be exact, the file doesn't exist, but is still called with the html poster attribute
Have a nice day!
Hello, I just randomly found this and noticed two small bugs:
At internal window widths exceeding 900px, the

LoCGallerydiv overflows the page width due to being set todisplay: flex;with no overflow handling/proper width restriction. This causes the page to forcefully expand in the x direction:It also seems to be an issue with loading the
mobile-bg.jpgimage - To be exact, the file doesn't exist, but is still called with the htmlposterattributeHave a nice day!