carhop__carhop-theme__DEV/resources/css/blocks/scroll-story-block.css
Antoine M d68241e494
All checks were successful
continuous-integration/drone/push Build is passing
RESPONSIVE FIX hiding overflow x
2025-09-04 18:19:31 +02:00

4 lines
82 B
CSS

.scroll-story-block {
@apply py-12 flex flex-col gap-12 overflow-x-hidden;
}