the observed behaviour
Sponsors list not Centrally aligned

Thanks @Ayukha for catching it. Would you like to work on this?
@RishabhJain2018 sure!
Weirdly, I can't see the images on my PC but it's visible on other devices

It's a cache issue. Can you please do a hard refresh.
Tried emptying cache and doing a hard refresh. Still the same issue
I think it has something to do with the 'sponsor-logo' tag in CSS since after debugging and trying to remove the 'sponsor-logo' tag the images did appear.
I think it's more of an issue with the current config of Nginx which caches the static files. Might want to look into nginx config and see what needs to be changed.
I think it's because of the css tag because the image does load and it did show up in the dev debug tools.


@yashdusing I am able to get the images with same css.
Can you specify the browser you are using?
I am using Chrome. I also checked the version and there's no pending updates
I tried it on chrome and firefox both, it works fine for me.
It shows up on edge. Weirdly, the display issue only happens with chrome
I am fairly confident it's a cache issue. The fix is by looking and changing the nginx configuration appropriately to invalidate cache. :)
Ok I was wrong. 馃槄 Turns out that this issue is related to the css getting overwritten by some other class. I believe @RishabhJain2018 is going to open a PR for the same soon.
This is already fixed in #2790 :).
Closing this issue.
Most helpful comment
I am fairly confident it's a cache issue. The fix is by looking and changing the nginx configuration appropriately to invalidate cache. :)