emw8105 / Wallify

A fun program designed to allow a user to generate a custom wallpaper of their top music choices using their spotify data
https://wallify.doypid.com/
1 stars 0 forks source link

ISSUE: Small grid container sizes not centered #1

Closed emw8105 closed 2 months ago

emw8105 commented 2 months ago

Grid container sizes less than 3 continue to fill in from a left-oriented position. Rather than continuously centering, the first and second grid items are rendered in the position of the page as if there were 3 items, basically in place. Once the grid size is 3 or more, the grid is correctly centered on the page

emw8105 commented 2 months ago

Issue resolved with some minor css modifications to TopContent and GridDisplay