D
D
davisbez2020-04-28 00:58:59
Layout
davisbez, 2020-04-28 00:58:59

Crooked mobile version, how to fix?

It is crookedly displayed, how to fix it, registered media does not help
5ea75513095d6319608827.jpeg

Button code:

.products__btn {
    display: inline-block;
    padding: 14px 15px;
    background: #049ee6;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-right: 20px;
}


Products text code:
.products__stats {
width: 60%;
padding-left: 300px
}

more precisely, its position in the media made its left indent less, but it does not work

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
davisbez, 2020-04-28
@davisbez

media (min-width: 960px) {
.products__stats {
width: 60% ;
padding-left: 1px
}
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question