WordPress / wporg-make

The repo for the Make.WordPress.org theme. wporg-make-2024
0 stars 0 forks source link

The Performance icon on the homepage is a bit small. #35

Closed ndiego closed 3 days ago

ndiego commented 3 days ago

This is very minor, but I notice the Performance team icon is quite small compared to the others. Looks like this can be fixed with some minor CSS tweaks. I updated these values:

    height: 24px;
    margin-right: 0;
    -webkit-mask-size: 28px;
    mask-size: 28px;
    width: 24px;
Before After
Image Image