6 lines
82 B
CSS
6 lines
82 B
CSS
@media screen and (max-width: 1366px) {
|
|
.content {
|
|
padding: 0 1.6rem;
|
|
}
|
|
}
|