Responsiveness best practices

Hi,
Is there a good concise resource anyone recommends (in WeWeb community, docs, or any other web resource) that catalogues best practices with regards to accounting for responsive layouts.

I know WeWeb has built in breakpoints for each device size. What I need a better background understanding of is how to consistently account for different screen sizes within each major breakpoint, and maintain expected element ratios.

Thanks in advance

Have you checked out our Academy?

WeWeb is very close to how things work when coded, so you can apply any learnings you find if you try to find tutorials on that

Is there a specific case you would like to see help on? Feel free to post and I can help you

Thanks for your response @luka

I have checked it out. I wanted more help and direction specifically with responsiveness in different sizes within the desktop breakpoint.

For different breakpoints inside desktop for now you will want to maximize effect of flex layouts and especially minimum and maximum widths/heights

As I said, feel free to post any layouts that you are unsure how to do