@emestabillo
Posted
Hi Anna, dropping by to say your project looks awesome! I'm also here for the reunion 😂 Seriously though, well-done. Slick mobile menu. I think the grid on the creations sections can wait to be declared until the 750px breakpoint since the design seem to work without it on smaller screens - but this really is just preference.
@brasspetals
Posted
@emestabillo Hi, Em! Thanks for taking the time to look at my solution!
You're absolutely right about the grid declaration - I originally had it in the 750px media query, but went to see if I could set that section to grid and use grid-gap between the heading, cards, and link for mobile. Unfortunately, the gap between the heading and cards is different from the one between cards and link. I believe you can only use one value for grid-gap
, grid-row-gap
, and grid-column-gap
, right? I think that's why I just went with margins on the card container. Now that I think of it though, I could use grid-gap
set to the smaller value, and then use the top margin on the card container to make up the difference...🤔
@emestabillo
Posted
@brasspetals Ah I understand now and I know exactly what what you mean. The last sentence is the same “hack” I’ve been using for my layouts lol. Great work replicating the design to the tee 🙂