The social rewards list has lost it's styles after we implemented some improvements in accessibility.
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.
The social rewards list has lost it's styles after we implemented some improvements in accessibility.
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.