Responsible design

Hi @kuromi ,

Please go to Actions > Edit code > Assets > universe.css file and paste this at the bottom of the file:

#spro-sp_tiles_WzwWQM .spro-tile {
    min-height: 0 !important;
    height: auto !important;
}
#spro-sp_tiles_WzwWQM .spro-img {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    transform: none !important;
}