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