Change width for one specific page (DEBUT)

Thanks for the solution! However, I run into an issue. I have added the below code to the page.liquid in order to control the max-width of one of my pages but noticed that the footer also is affected by the max-width. Is it possible to just change the width of the page content?

{% if page.url == '/pages/about' %}

{% endif %}