Files
MauMau-Client/src/styles/layout/components/hand.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;
}