Responsive landing page

Please log in to post a comment
Log in with GitHubCommunity feedback
- @yas-avocad
Hey!
The responsiveness on your design in desktop view is weird- the text container gets smaller and smaller and smaller, until it hits the media query size. You can set a
min-width
and amax-width
to stop that from happening.Be sure to set it on the text elements. So, on the
p
andh
elements, rather than on the entire container.Marked as helpful
Join 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