GreenDelta / olca-app

Source code of openLCA
openlca.org
Mozilla Public License 2.0
184 stars 41 forks source link

Fix text overlap on welcome page #356

Closed mubeenadev closed 9 months ago

mubeenadev commented 9 months ago

Problem The welcome HTML page had text overlapping in smaller screen size. This was also evident when resizing the OpenLCA app window.

Solution Updated the home.css by removing the padding from child section and adding margin to the parent section.

Before After
Before after
msrocka commented 9 months ago

@mubeenadev thank you!