I need #help in #CSS for a little project: I've created a design but it seems it's not mobile friendly. I'm a total noob regarding CSS (main part of the project is Python), so any help is appreciated!
@Xerto Do you need help on the design part or the implementation (CSS) part?

@cornflour More on the CSS part: I know what the design should be, it's just that I don't know how to implement it. I've attached screenshot of desktop/current mobile/what i want for mobile. If you want to give it a go, I can send you a small zip archive to fiddle with.

btw, this is for an opensource project, currently here on GH: https://github.com/cnovel/redonly/

GitHub - cnovel/redonly

Contribute to cnovel/redonly development by creating an account on GitHub.

GitHub
@Xerto hmm I believe in order to get the text to wrap like that what you'll need is `float` instead of flexbox. Here is a simple replication that I tried
https://jsfiddle.net/o2f57we0/30/
Edit fiddle - JSFiddle - Code Playground

Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.

@cornflour tested this morning, works great! Thanks a lot!