12 lines
160 B
CSS
12 lines
160 B
CSS
.wrapper {
|
|
background-color: #fff;
|
|
padding: 20px 10px 5px;
|
|
}
|
|
|
|
@media screen and (min-width: 740px) {
|
|
.wrapper {
|
|
padding:20px 0 0;
|
|
}
|
|
}
|
|
|