Re: [csswg-drafts] [css-grid-1] Flex like control over grid items

As far as I can tell, @mrego solved your problem properly.  If you want the item to be the size of two columns, you just give it a span of 2.

If you want the aside to move down to the next line when it's small enough, you need to use a media query to change the layout of the grid and/or the position of the items.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1344#issuecomment-300594222 using your GitHub account

Received on Wednesday, 10 May 2017 19:53:44 UTC