Files
TheGame/frontend/src/components/quick/quick.css
2020-05-01 13:27:58 -06:00

21 lines
257 B
CSS

.quick {
display: flex;
flex-direction: column;
}
#add {
margin-top: auto;
}
@media only screen and (max-width: 770px) {
.quick {
flex-direction: row;
overflow-x: scroll;
}
#add {
margin-left: auto;
max-height: 25px;
max-width: 25px;
}
}