csvconf / csvconf.com

A community conference for data makers everywhere, again!
https://csvconf.com
MIT License
89 stars 44 forks source link

Speaker list page requires horizontal scrolling on narrow devices (e.g: phones) #118

Open chris48s opened 3 years ago

chris48s commented 3 years ago

image1

Currently the speaker list uses a two-column layout. We hide the speaker photos on mobile, but this layout still requires horizontal scrolling to read on mobile devices. We should collapse into a single-column layout on mobile to make this more accessible for mobile users.

e.g:

before

[photo]       | description
speaker name  | text
---------------------------
[photo]       | description
speaker name  | text
...

after

[photo]
speaker name
description text
-----------------
[photo]
speaker name
description text
...