freeCodeCamp / chapter

A self-hosted event management tool for nonprofits
BSD 3-Clause "New" or "Revised" License
1.92k stars 357 forks source link

Space between event image and header #2497

Closed gikf closed 1 year ago

gikf commented 1 year ago

Describe the bug:

On event page - events/{id} there's no space between image and header: image Some space should be added to separate the two. Also maybe separating margin might be set on the PageLayout, instead of individual pages.

randychilau commented 1 year ago

Hello, I am a newcomer to open source and would like to work on this.

Using the information provided above, it seems to be configurable in the following file: client/src/modules/events/pages/eventPage.tsx

Here is what is looks like setting the top margin spacing to 1rem:

image

Please assign me this issue if possible.

Cheers, Randy

gikf commented 1 year ago

Hey @randychilau,

that looks good. We typically do not assign issues. Instead, we accept the first pull request that comprehensively solves the issue. So feel free to create PR.