Bloggify / github-calendar

:bar_chart: Embed your GitHub calendar everywhere.
https://bloggify.github.io/github-calendar/example/
MIT License
1.23k stars 213 forks source link

Summary columns don't fill space equally in the horizontal direction. #98

Closed jmccormac01 closed 4 years ago

jmccormac01 commented 4 years ago

I've included the calendar on my basic website jamesjmccormac.com but the summary columns at the bottom of the calendar are shifted to the left. It would be nice if they were centered and took up 1/3rd each. I tried looking at the JS but it appears obfuscated. Any ideas?

Screenshot 2020-03-05 17 16 27

IonicaBizau commented 4 years ago

Well, because the square container has a fixed width. You can fix it with CSS, but I think it's easier to keep everything fixed width.

BirkhoffLee commented 4 years ago

@IonicaBizau It's completely broken on mobile devices on my end :(