xHergz / TheMakeupApp

Capstone project for SET
0 stars 0 forks source link

Portfolio Pictures not spaced properly #113

Open xHergz opened 5 years ago

xHergz commented 5 years ago

Description:

When there are multiple portfolio pictures they are not spaced.

Reproduction Steps:

  1. Go to artist portfolio
  2. Add multiple portfolio pictures
  3. Observe ugly spacing

    Proposed Solution:

    Change justify content to space-around so they are spaced evenly across the row and still wrap.

xHergz commented 5 years ago

Added a small margin to the pictures, but I will leave this for now and try to come up with a css grid solution or a multi row flex box option.