6 lines
104 B
CSS
6 lines
104 B
CSS
@media screen and (min-width: 1024px) {
|
|
body {
|
|
width: 375px;
|
|
margin: 0 auto;
|
|
}
|
|
} |