This is Nath Freires' and Cally Amisola's forked repository of the p5.js website.
Issue 516 deals with the responsiveness of the p5.JS website, as certain text and/or classes are cut off when viewed on screens with smaller width. The changes were created in the styles/global.scss file’s .homepage-header-top selector. We adjusted the height and max-height properties and created a new rule for mobile screens using the existing $breakpoint-tablet. Previously, the height was set to a calculation that would not adapt to every screen type. Adjusting the default properties and using the custom variable --spacing-sm in the “new” breakpoint fixes the responsiveness of the page while maintaining consistency with the global CSS style rules.