EddieHubCommunity / EventCalendar

Community events from TwitterSpaces to Live streams to Conferences
http://eventcalendar.eddiehub.org
MIT License
40 stars 43 forks source link

add spacing in the footer #52

Closed BSlaven closed 2 years ago

BSlaven commented 3 years ago

From issue: #49.

I added padding-left to the footer itsef, and margin left and right to the icon.

I created a Footer.css file because I really do not like using inline styles.

Screenshot: Screenshot

mohan-murali commented 3 years ago

we might be able to achieve the same using the built in prime react classes. Check out prime react docs https://www.primefaces.org/primereact/showcase/#/spacing

BSlaven commented 3 years ago

So the only thing needed was to add line: import 'primeflex/primeflex.css'. Without this classes do not work. I did not add any classes, all that was needed was to make them work. Footer content is now centered as those were the classes present. Screenshot: Screenshot

eddiejaoude commented 2 years ago

Thank you 👍

Great collaboration everyone 🎉