You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Front page can become scrollable on narrower screens, due to max-width: 1440px applied to content. On lower screens it should use the max available space and not more.
Common page hides some content, as it has overflow: hidden applied to it.
The text was updated successfully, but these errors were encountered:
Front page can become scrollable on narrower screens, due to
max-width: 1440px
applied to content. On lower screens it should use the max available space and not more.Common page hides some content, as it has
overflow: hidden
applied to it.The text was updated successfully, but these errors were encountered: