2 Replies
@media (max-width: 475px) {
.section-two{
width: 230%;
}
}
i need to make width 230 to look good
it's going to be hard to solve without sharing the entire thing. "why is the screen less than 100%" can be a thousand different things, including media queries and the lot.
Also, generally speaking, setting width to 230% feels like a Bad Idea that's probably solved better some other way. You generally want to avoid causing overflow.
please check out #how-to-ask-good-questions and share the whole site in a way that's easy for people to use