Q
Q
qJelly2021-07-12 12:30:39
css
qJelly, 2021-07-12 12:30:39

What does this media query do?

media (min-width: 1198.98px) {
.container {
padding: 0 calc(50% - 590px) !important;
}
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
SeptemberOlya, 2021-07-12
@qJelly

At a screen size of 1198.98px, the padding changes to the one written
https://developer.mozilla.org/ru/docs/Web/CSS/@media

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question