p5.js-website icon indicating copy to clipboard operation
p5.js-website copied to clipboard

Fix: Added margin below example headings for better spacing (resolves #975)

Open arkia09 opened this issue 2 months ago • 0 comments

Problem

In the Examples section, the headings are too close to the images below them. This makes the layout look so cramped.

Solution

  • Added margin-bottom: var(--spacing-md) to example headings for better spacing.
  • Ensures a consistent gap between heading text and the following image

How it looked before:

p5 js issue

How it looks after fix:

p5 js after

Linked Issue:

#975

arkia09 avatar Sep 27 '25 06:09 arkia09