13 lines
177 B
SCSS
13 lines
177 B
SCSS
.hand {
|
|
display: flex;
|
|
max-width: 100%;
|
|
flex-flow: row nowrap !important;
|
|
overflow-x: scroll;
|
|
padding: 0.5rem;
|
|
gap: 0.5rem;
|
|
|
|
&__item {
|
|
list-style: none;
|
|
}
|
|
}
|