Design comparison
Community feedback
- @Arkadiusz-coderPosted over 1 year ago
Hello, this is nice looking layout, but there are two things that I would change:
I would put padding on your '.left' element or - to get the same result - to '.left-text > p', so the ratio of text to the container would look like more similar to the original.
In @media I would fix both '.left' and '.right' elements widths. Now the .left is smaller than the .right one. I guess when you delete current width properties on both and instead set max-width for 232px or 289px (those are approximate widths of those elements). If you give both the same max-widths the should look more alike.
Hope that will be helpful, Greetings :)
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