Loopstudios landing page

Solution retrospective
this one is a follow-up challenge for the side pannel, i just did that on previous challenge so no problem in this one.
What challenges did you encounter, and how did you overcome them?yea one thing, on options hover the small white border was asked by the challenge, i want that border line appear from middle and extend on both sides, i was able to make appear from one direction, to do that from middle need to take help from gemini.
What specific areas of your project would you like help with?Can anyone tell me why the page is not extending after around 1100px, it stops at that when i increase the inspect tool to higher than that.
this is happening to me first time, normally you need to make it stop by a media-query to not extend above 1440px.
but its not extending beyond 1100px.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@dar-ju
Hi!
Answering your question - remove the body lines
place-content: center;
andjustify-content: center;
And in general, grid in the body doesn't do anything special, you can remove it.
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