Untitled

 avatar
unknown
plain_text
18 days ago
1.3 kB
2
Indexable
html body .howToOrder h2 {
    font-weight: 400;
}

html body .howToOrder > .container {
    padding: 0;
}

html body .howToOrder > .container > div:first-child {
    margin-bottom: 3.2rem !important;
}

html body .howToOrder .item > div > div {
    margin-bottom: 8px;
}

html body .howToOrder .item > div .number + span {
    margin-bottom: 5px;
    margin-top: 2px;
}

html body .howToOrder .items .item div {
    margin-top: 16px !important;
}

@media screen and (min-width: 767px) and (max-width: 990px) {
    html body .howToOrder .items {
        display: block !important;
    }

    html body .howToOrder .items .item {
        display: flex;
        align-items: center;
        grid-gap: 19px;
        margin-bottom: 10px;
        font-size: 18px;
        text-align: left;
    }

    html body .howToOrder .items .item:nth-child(2n) div {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    html body .howToOrder > .container {
        padding: 0 15px;
    }

    html body .howToOrder > .container > div:first-child {
        margin-bottom: 2rem !important;
    }

    html body .howToOrder .item > div  > span {
        font-size: 16px !important;
    }

    html body .howToOrder .item {
        margin-bottom: 16px !important;
    }
}
Leave a Comment