Files
MauMau-Client/src/styles/layout/components/hand.scss
DTieman 4ae1538552
All checks were successful
Build Mau & Deploy Mau / build (push) Successful in 1m25s
Build Mau & Deploy Mau / deploy (push) Successful in 3m49s
Updated front-end to match back-end rewrite
2024-05-05 17:08:20 +02:00

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;
}
}