codu-code / codu

Codú's open-source codebase. A space for coders. Visit our community!
https://codu.co/
Apache License 2.0
138 stars 146 forks source link

Fix padding issues with the author information at the end of blog posts #84

Closed NiallJoeMaher closed 2 years ago

NiallJoeMaher commented 2 years ago

Currently, there is extra padding on the BioBar component.

Screenshot 2022-10-27 at 09 07 38

It would be nice if this looked more like this: Screenshot 2022-10-27 at 09 25 39

Check that the alignment is similar on mobile (that the margins and padding align).

VSB14 commented 2 years ago

Hii @NiallJoeMaher, I would like to fix this issue, can you assign it to me?

NiallJoeMaher commented 2 years ago

Awesome thanks! The readme.md here is more up-to-date if it helps you get started. Hopefully, I'll merge it later today, but for now, at least you have the PR as a reference.

https://github.com/codu-code/codu/pull/81

Great to meet you! 👋

VSB14 commented 2 years ago

@NiallJoeMaher I can't access the articles page. image

NiallJoeMaher commented 2 years ago

Ah you don't have the .env.local variables setup. If you jump into our Discord and DM me I can help you with a temp/fast workaround to get up and running fast.

Discord invite is here.

gdomaradzki commented 2 years ago

Fixed by #91 we can close this

NiallJoeMaher commented 2 years ago

Thanks @VSB14 and @gdomaradzki