Design comparison
SolutionDesign
Solution retrospective
This is my second project in this community, I really like these challenges(still got a long road ahead) .
I would appreciate if someone could explain to me how I can align the title with the paragraph and with the columns?
Community feedback
- @dewslysePosted almost 3 years ago
Hello @zastar23. Your
.title
hasmargin: 1em;
. You need to adjust that within the media query@media (min-width:1300px)
.margin-left: 0.5em
should fix it. Also,.companies
,.templates
and.queries
selectors needtext-align: left
Happy coding!
Marked as helpful1
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