eyieko/landville-frontend

Misaligned UI on /user/deposits page

Opened this issue · 0 comments

Screenshot 2019-09-05 at 11 21 06

  • The first div element under <app-deposits> with class name .container is misaligned to the left on the develop.

Identified Gap

  • Follow scss styling principle of defining all style of the component under one parent selector to avoa

Possible Solution

  • Remove/set margin-left to auto of the pointed out div element

Examples

Additional Context