Submitted about 2 years ago
Intro component with sign-up form with Bootstrap Grid
@mrxshinji
Design comparison
SolutionDesign
Solution retrospective
It its more cumbersome to handle element for responsive site then I thought. Probably I didn't setup breakpoint properly following bootstrap grid system.
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @mrxshinji,
Congrats on completing the challenge
Just a few suggestions for mobile. Add the following in your media query for mobile, the form is a bit too narrow.
#form__card, #form__card input, .subheading { width: 100%; }
the below is just for the text at the top the padding is a bit too much.
.content { padding: 3rem 1rem 1rem; }
Hope these are helpful
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord