_sale.css 589 Bytes
.sale-page {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 640px;
    overflow: hidden;

    #thumb-row {
        text-align: left;
        background: #fff;
        height: auto;
        overflow: hidden;
        padding-left: 30px;

        a {
            float: left;
            width: 275px;
            height: 130px;
            margin-bottom: 30px;
            margin-right: 30px;
        }

        .thumb-row-box {
            border-radius: 20px;
            width: 100%;
            height: 100%;
            margin: 0 auto;
        }
    }
}