lsug / lsug-website

Source code of the London Scala User Group Website (yet to be hosted)
GNU General Public License v3.0
3 stars 20 forks source link

Upcoming meetup page should be responsive #22

Open zainab-ali opened 3 years ago

zainab-ali commented 3 years ago

The upcoming meetup page isn't friendly to different screen layouts, including mobile. Taking an example

The right sidebar is partly hidden on desktop: Screenshot of the desktop view of an upcoming meetup page.  Half of the right sidebar is off the screen.

The content width is much larger than the screen width on mobile: Screenshot of the mobile view of an upcoming meetup page.  Most of the content is off the screen, with only the leftmost part showing.

It should be made mobile friendly.

Potential Solution

The SASS stylesheets need to be adjusted to cater for responsive design. We already make use of CSS flexbox, grid and media queries, but there are probably fixed width styles interfering with them. The styles for the page can mostly be found in web/stylesheets/event.scss.

Tests

Unfortunately, we don't expect to test for different screen sizes any time soon. Manual testing is satisfactory.

Prerequisites

No experience is necessary. This issue probably won't involve any Scala — only CSS. You do need a mobile phone to test with.

What you'll learn