How can I adjust the site width for desktop only in Brooklyn theme?

Hi, I am using the Brooklyn theme. How can I change the width of the whole site (except product page) and only on desktop version?

Please provide website url and if your store is password protected then also provide password

Can I send it via email? The website hasn’t been launched yet.

You can send over Direct message

Please place this code between in theme.liquid file

{% if template.name != 'product' %}

{% endif %}

This worked great, thanks!

Thank you for update