Design comparison
Solution retrospective
How can I fix that empty space in Kira's box? Increasing the font-size isn't a good idea, and I ran out of them. Is there a solution?
Community feedback
- @LwmeekPosted over 2 years ago
For me I had more margin in between the header and the paragraph of the kira testimonial and some line-height to put space between the sentences a little bit. I made mines 2rem. Also if you want to center your entire container into the middle of the page try adding these body{ height: 100vh, display: flex, justify-content: center, align-items: center}
1 - @CristianBMartinsPosted over 2 years ago
Tentou: 'word-break: break-word;' ? Tive o mesmo problema e a solução que eu encontrei foi adicionar 'word-break: break-word;', e 'letter-spacing'.
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