w-lab-app/src/components/domains/dashboard/sections/VideoGuidesSection/VideoGuidesSection.module.scss
2025-10-28 02:06:45 +01:00

13 lines
243 B
SCSS

.sectionContent.sectionContent {
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
width: calc(100% + 32px);
padding: 20px 16px 24px 16px;
padding-right: 0;
margin: -20px -16px -24px -16px;
}
.grid {
padding-right: 16px;
}