article-preview-component-master

Please log in to post a comment
Log in with GitHubCommunity feedback
- @jen67
Hi there, I must say, well done! Your work looks impressive. However, I noticed a couple of areas where some adjustments could enhance the overall presentation:
- For the h2 element, consider adding some breathing space at the top. You can achieve this by including the following CSS rule:
h2 { margin-top: 2rem; }
2.The avatar appears a bit large; you might want to consider reducing its size. You can achieve this effect with the following CSS:
.avatar{ width: 4rem; height: 4rem; }
These are just suggestions to further refine your already impressive project. Keep up the great work! If you have any questions or need clarification on any point, feel free to reach out.
Best regards
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