I’m having a really, really, really annoying bug. I have a link block which I want to set to display: block. However, every time I do that and I change whatever attribute (height, width, whatever) it automatically changes the display to inline.
Link are inline html elements and that’s the reason why the default state is inline.
I understand You need the whole thing to be clickable and linked to the project page. Why not using the link block as the top level parent, not a div block?
I’m want to understand what you’re trying to achieve.