Answer the question
In order to leave comments, you need to log in
Where to look for bugs, if on mobile devices .container does not decrease when changing the window, everything is OK on the desktop version?
set the width of the container to 1000 because the layout is 970 wide.
@media (min-width: 1200px) {
.container {
width: 1000px;
}
}
Answer the question
In order to leave comments, you need to log in
Try
<head>
...
<meta name="viewport" content="width=device-width, initial-scale=1">
...
</head>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question