joh-ann / whats-cookin

M2: Recipe Tracking Application
https://joh-ann.github.io/whats-cookin
2 stars 3 forks source link

Bug: on user search #92

Closed pitter3 closed 1 year ago

pitter3 commented 1 year ago

To replicate: search for "egg" in search by name section.

Notice that the displayed recipes are displayed much lower on the DOM than we intend, lets figure out a fix for this.

joh-ann commented 1 year ago

Fixed this by changing alignment of recipe cards from center to flex-start!