M
M
Maya972019-12-05 22:20:52
css
Maya97, 2019-12-05 22:20:52

Adaptive does not work, what should I do?

I'm trying to make a responsive design, but it does not see the media, what could be the problem?
.white{
margin: auto;
padding-left: 212px;
padding-right: 212px;
padding-top: 55px;
padding-bottom: 75px
width: 650px
text-align: center;
display:flex;
justify-content: space around;
}
media screen (max-width:360px) {
.white{
padding-right: 212px;
padding-top: 55px;
padding-bottom: 75px
width: 650px
text-align: center;
}
}

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolay, 2019-12-05
@Maya97

@media screen and (max-width: 360px)

F
Froggyweb, 2019-12-05
@Froggyweb

212 - powerfully where does such a figure come from?
there is no need to duplicate properties in a media query
, but this is all so, off topic.
And if it doesn't work, then
you have nothing to change.
all rules without media apply, and for special cases, rules in media are specified

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question