Container width (css - _grid.scss)

I am trying to change the width of the .container class to have bit more space for the menu.
Tried to add a custom stylesheet in web/css but got error, so I decided to edit the main css in assets/public/css, and it works for some of the pages, but not the homepage (localhost/yii-folder/web).
In the localhost/yii-folder/web/page-1/index page the new width is working, by inspecting the page it shows .container value from assets/public/css
In localhost/yii-folder/web by inspecting the page it shows .container value from _grid.scss

What am I missing, and how can I fix it.

Thank you