10 lines
167 B
SCSS
10 lines
167 B
SCSS
.hand {
|
|
display: flex;
|
|
flex-direction: row;
|
|
//justify-content: center;
|
|
flex-flow: nowrap !important;
|
|
overflow-x: scroll;
|
|
padding: 0.5rem;
|
|
gap: 0.5rem;
|
|
}
|