GoteoFoundation / goteo

Goteo Version 3, the Open Source Crowdfunding Platform
http://goteo.org
GNU Affero General Public License v3.0
188 stars 133 forks source link

Fix styles for side-widget in project partials #549

Closed davidbeig closed 1 year ago

davidbeig commented 1 year ago

The social rewards list has lost it's styles after we implemented some improvements in accessibility.

imatge

This PR tries to fix this applying the styles to the new html tags chosen for the list of social rewards. Previously the list was a set of divs, and every item was just another set of divs with the inner information. Currently the list is created with the ul and li tags, and inside every item we have an article and a header for the title.

imatge