Skip to content

callybton/p5.js-website

 
 

Repository files navigation

p5.js Website

This is Nath Freires' and Cally Amisola's forked repository of the p5.js website.

Issue 516 Fix

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.

About

New p5.js website!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 92.7%
  • JavaScript 3.7%
  • TypeScript 1.8%
  • Astro 1.4%
  • SCSS 0.3%
  • GLSL 0.1%