article preview using flexbox

Solution retrospective
No comments
What challenges did you encounter, and how did you overcome them?No comments
What specific areas of your project would you like help with?All feedback is welcome
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Sven-27
Hi,
I see what you mean. But then the social container doesn't overflow the container. It will be cut off.
Haven't found a solution for that yet.
- @bccpadge
Hi Sven Notermans! Congratulations on completing this challenge!!!🎉
To maintain
border-radius
on desktop, removeoverflow: unset;
from your media query:@media only screen and (width >= 650px) { body .container { max-width: 608px; display: flex; } }
I hope you find this useful and don't hesitate to reach out if you have any questions.
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