Submitted about 2 years ago
clipboard landing page with html and sass (mobile-first workflow)
@Alifkm
Design comparison
SolutionDesign
Solution retrospective
Hello, this is my solution for the clipboard landing page challenge. Any feedbacks are welcome:)
Community feedback
- @afaiz-spacePosted about 2 years ago
Hey, @Alifkm
- remove line-height
@media screen and (min-width: 1024px) .header .header__title { font-size: 2.2rem; /* line-height: 0; */ }
@media screen and (min-width: 1024px) .section3 .section3__title { font-size: 1.7rem; /* line-height: 0; */ }
@media screen and (min-width: 1024px) .section5 .section5__title { font-size: 1.7rem; /* line-height: 0.5; */ }
Marked as helpful0
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