I have this responsive layout for a page. The <aside>
is with constant width and the .main
area has a margin-right
. I do this because I want the .main
area to adapt to different devices, while the <aside>
remains constant.
The problem, as you can see, is that I have inside the main area a list of object that also use the clearfix, and the first element clears the object all the way until the end of the sidebar. What I want is that it looks exactly like the rest of .block
How could I achieve this?