Submitted over 2 years ago
Job Listings with Filtering built using React, useReducer
@kreyson999
Design comparison
SolutionDesign
Solution retrospective
Is there a problem with the font or have i done something wrong? I mean the text is not in the middle.
Community feedback
- @JRS-DeveloperPosted over 2 years ago
Hello, about your question, in the class .job__item you have an extra padding on top.
old
.job__item { padding: 2.5rem 1.5rem 1.5rem; }
new
.job__item { padding: 1.5rem; // If you put only 1.5rem it will affect to the all 4 paddings. }
0@kreyson999Posted over 2 years ago@JRS-Developer thanks, i didn't see that, but my question was about a little padding on the bottom of every text, you can see that with developer tools. I found out that this problem is with the font.
0
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