ccchh-website/themes/ccchh/assets/pico-1.5.11/scss/layout/_scroller.scss

17 lines
276 B
SCSS
Raw Normal View History

2024-01-27 22:10:30 +01:00
/**
* Horizontal scroller (<figure>)
*/
// Wrapper to make any content responsive across all viewports
figure {
display: block;
margin: 0;
padding: 0;
overflow-x: auto;
figcaption {
padding: calc(var(--spacing) * 0.5) 0;
color: var(--muted-color);
}
}