17 lines
262 B
SCSS
17 lines
262 B
SCSS
.sectionContent.sectionContent {
|
|
overflow-x: scroll;
|
|
-webkit-overflow-scrolling: touch;
|
|
width: calc(100% + 32px);
|
|
padding: 32px 16px;
|
|
padding-right: 0;
|
|
margin: -32px -16px;
|
|
}
|
|
|
|
.grid {
|
|
padding-right: 16px;
|
|
}
|
|
|
|
.skeleton.skeleton {
|
|
height: 486px;
|
|
}
|