nakamochi
/
website
Archived
2
0
Fork 0
This repository has been archived on 2024-05-29. You can view files and clone it, but cannot push or open issues/pull-requests.
website/sass/_pico/layout/_scroller.scss

17 lines
276 B
SCSS

/**
* 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);
}
}