Note: This is not about changing the design, the thumbsize for users is 70px and that's not going to change. It's about the size of the thumbnail being fetched from the servers.
Currently mobile frontend search loads thumbnails at random widths, it turns out that it requests at 80px but PageImages responds with 80px in height leading to random values in widths (what we care about)
You should use 60px for width.
This improves performance of loading thumbnails, reduce latency and so on. See T211661#8377883