The page on my 1440p monitor has a scroll bar on the right side. This indicates that the styling in the CSS file isn't properly set up for full screen on monitors.
The divs/containers should fill the available space unless it's under a certain vertical threshold. On a maximized window, there shouldn't be any need to scroll; especially since it's only a tiny bit.
There is what looks like a 5-10px space around the main container. This is fine but it might not be getting considered in the CSS calculations for filling screen space.
The page on my 1440p monitor has a scroll bar on the right side. This indicates that the styling in the CSS file isn't properly set up for full screen on monitors.
The divs/containers should fill the available space unless it's under a certain vertical threshold. On a maximized window, there shouldn't be any need to scroll; especially since it's only a tiny bit.
There is what looks like a 5-10px space around the main container. This is fine but it might not be getting considered in the CSS calculations for filling screen space.