2024-05-07 UTC
# [Joe_Crawford] [Ros] Thanks for joining Front End Study Hall today! Had a bit of a look at the CSS and I made some updates - it seems there's no way to avoid the problem of `grid-area:` conflict when the markup might contain multiple things matching the same selector - so I modified things to use `grid-column:` and I think that's a bit more flexible for your use case. https://codepen.io/artlung/pen/bGybodG