Re: [csswg-drafts] [css-grid-2] subgrid and grid-gap

Oh whoops the second one math is wrong

Subgrid left cell = 100px + (50/2) - (20/2) = 115px
subgrid right cell = 300 - 100 - (50/2) - (20/2) = 165px

Had to divide by 2 since it's based off where the centre of the line is

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

Received on Thursday, 8 February 2018 13:29:41 UTC