Yeah sadly the site isn't what we in layman's term call "responsive".
A responsive website automatically adjusts its layout and content to fit the screen size and resolution of the device it's being viewed on, whether it's a smartphone, tablet, or desktop. This ensures a consistent and optimal user experience across different devices.
Key aspects of responsive web design:
Flexible layouts:
Instead of fixed width or height, responsive layouts use flexible grids and percentages to adjust the size of elements proportionally to the screen.
Adaptable images:
Images are resized and optimized to fit the screen size, preventing them from being too large or small.
Media queries:
CSS media queries allow developers to apply specific styles based on the device's characteristics, such as screen size, resolution, and orientation.
Mobile-first approach:
In responsive design, the website's design is often started with the mobile version in mind, then scaled up for larger screens.
Benefits:
Responsive design saves development time, reduces the need for separate mobile and desktop versions, and improves SEO, as Google prefers responsive sites.
Edit: here is my site suggestion on the subject: https://forums.d2jsp.org/topic.php?t=101769561&f=258This post was edited by Roneye on Jun 13 2025 12:35pm