div not shrinking , but only on one page

Heres my problem page: About and Contact

When I am on my phone or shrink the screen width to about 650px or below the divs stop shrinking and get cut off by the screen. The strange thing is that this does not happen on my other pages which use the same style sheet and structure; compare to this page: The Visible Spectrum where they continue shrinking as normal.

The only thing that is different in my about page, is that at the bottom I have Ayano’s comment widget, which also has a style sheet. I can only guess that there is something about it causing the conflict, but I can’t figure out what exactly it is.

Okay I fixed it :sob:
My .flex class in my main stylesheet had width: fit-content, so I gave it a max-width: 100%; and it worked. Still strange to me that only my about page was affected, but at least its fixed.