bowman2001 / perplex

A Hugo theme to publish technical content (docs, news, blog, articles)
https://perplex.desider.at
Apache License 2.0
29 stars 12 forks source link

Reduce the width of normal card images to 50% on mobile screens #90

Closed bowman2001 closed 1 year ago

bowman2001 commented 1 year ago

Unfortunately I've not found a another good way for a balanced vertical card layout on small screens.

The problem: The information in the title section and the summary usually need a similar amount of space in the standard layout for one layout-column (on bigger screens). On mobile screens the images look best in full width, but they often need much more height than the textual information. The space filled with images between the text elements gets to big.

I will reduce the width of the images to 50% to get a more balanced layout. But then there's obviously a lot of white space on the right. Let's see.