world-class/REPL

[BUG] GitHub page rendered site layout problem on phone

ankush opened this issue ยท 4 comments

Banner image could be made responsive to avoid waste of screen space.

Screenshot_20210421-220733.png

I believe this was not the intended result. Thank you and good catch. ๐Ÿ˜„

Adding to this, there will also be a need to drop the width occupied by the contributors' table. Screenshot showing how it will look once the banner image is fixed (varies slightly depending on the device):

image

So that means having slightly smaller avatars (to keep some margins around) and 3 columns instead of 4 I guess.

Edit: as per @kaushikpadmanaban's comment, I do think that we should go for a more responsive solution for the contributors' table, maybe by allowing horizontal overflow requiring scrolling on mobile. Otherwise, It looks like we would need to go for another way of adding the contributors on the page since allcontributors does not seem to provide a straightforward way of integrating a responsive table (as pointed out in all-contributors/all-contributors#29).

We could make a carousel for the contributors, and display some information about them. But that is a project on its own, and is wildly beyond the possibilities provided by Jekyll and the allcontributors configuration.

I agree @kaushikpadmanaban. Let's not go too far into this... unless you want to ๐Ÿ˜.


FIXED: Closing since this issue was fixed in #198 ๐ŸŽ‰