11 lines
160 B
SCSS
11 lines
160 B
SCSS
.sectionContent.sectionContent {
|
|
overflow-x: scroll;
|
|
width: calc(100% + 32px);
|
|
padding: 16px;
|
|
margin: -16px;
|
|
}
|
|
|
|
.skeleton.skeleton {
|
|
height: 308px;
|
|
}
|