ShadowKyogre, [chrisaldrich], geoffo, [tantek], internerd and [KevinMarks] joined the channel; ShadowKyogre left the channel
#[KevinMarks]I can't sign into monocle with www.kevinmarks.com that delegates to indieauth.com any more. Did I SPOA myself?
#[chrisaldrich]ShadowKyogre, Aaron recently wrote up a significant post about the updates in IndieAuth that might help you: https://aaronparecki.com/2020/12/03/1/indieauth-2020 if you really want to dig there was a pop up session a couple of months back with video of the discussion around it.
#aaronpkI didn't think any of the changes I did were not backwards compatible but there's a lot of pieces
KartikPrabhu, ShadowKyogre, jacky, [chrisaldrich], schmudde, strugee, [schmarty], [KevinMarks], nickodd, geoffo and [jgmac1106] joined the channel; ShadowKyogre left the channel
#KartikPrabhuthe first two rows seem like what you want?
#KartikPrabhuthe issue seems to be that each img in your HTML has some "empty img" after it (probably an error in writing the closing img tag). So the grid assigns the column 2 to this empty image instead of the text you have
nickodd, [tantek] and [jgmac1106] joined the channel
#[jgmac1106]ahh thx I didn't catch that, yeah we kept working on it and it was an intro to grid for a student who took a liking to HTML, I had her just define explicit rows. ...thx for the catch
schmudde and gRegorLove joined the channel; nickodd left the channel
#KartikPrabhu[jgmac1106]: the way grid works is that it will auto arrange each element sequentially into rows and columns. If you didn't have the "fake" img tag I think the layout would have worked without explicit rows