@OnlyManu
Web Reaper
@Boston343All comments
- @Boston343
Looks great on the specified view. Although on screens larger than 1440 width the page completely breaks. I'd recommend putting everything in a div container that has a max width set at 1440 so that everything stays the same past that point. You already have a div with the class
container
so for you it could look like:.container { max-width: 1440px; }
I did not test this with your code so you'll want to try it yourself!