Latest comments
- @lassigcodr@TGPJonathon
Hello Obasi!
Awesome job, but I did have one note. On larger screen sizes, your design stretches quite a bit. I would suggest capping your containers with a max-width to prevent that.
.text, .form-section{ max-width: 500px; }
Something like this would work so your design works on all screen sizes. Definitely play around with the numbers too.