P
hdgrid
@hdgridAll solutions
- Submitted 7 months ago
Newsletter sign-up form solution using Flexbox and Grid
- HTML
- CSS
- JS
For mobile sizing, my content still overflows the viewport. Using
fit-content
within the media query to adjust the height on the html and body elements worked, but that then messed with my success screen as it stopped covering everything I wanted covered because there was not enough content.I ended up leaving it with visible overflow as it's not noticeable without devtools, but I felt like there was a solution to it that I wasn't able to grasp.
- Submitted 7 months ago
Responsive article preview component using Flexbox
- HTML
- CSS
- JS
I'd like suggestions on how the responsiveness could've been handled differently.