ImprovementUpgrade version of dependencies
Bumped the version of all packages. The reason for this is to ensure that the site is always up-to-date, and to prevent vulnerabilities from showing up.
FixMobile menu not closing upon navigation
On my HTML & CSS CA, I received feedback that the mobile menu was not closing whenever a user moved to a different page. This issue has been fixed and the mobile menu is now closing as expected.
FixWidth of images
The width of the images on the /locations
page has been fixed. Now both of the images have an equal width.
I also updated the styling and added the object-fit: cover
and object-position: center
properties. Now the images are positioned correctly as well.
Lastly, I made sure that the images have rounded corners on mobile devices. To be honest, I think the visual aspect is much better with rounded corners than with squared corners.