Design comparison
SolutionDesign
Community feedback
- @HikmahxPosted over 1 year ago
Hi Joshua! I have two little feedbacks that may help improve your site:
- For the advice generate text to be centered rather than aligned to the left, you can add
text-align: center;
so that when the text is longer than a line, it is aligned to the center. Since you are using tailwind, you can simply add text-center class to the element of id advice - I think using the max-width property is better than the class md:w-2/5. You replace that class using the tailwind's max-width: max-w-xl
Marked as helpful0 - For the advice generate text to be centered rather than aligned to the left, you can add
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