qmining-page/src/components/todoStuff/todoBoard.module.css

24 lines
326 B
CSS

.tableContainer {
overflow-y: hidden;
overflow-x: auto;
margin: 5px 0px;
}
.table {
display: flex;
min-width: 800px;
}
.categoryName {
text-align: center;
margin-top: 85px !important;
margin: 5px 0px;
font-size: 16px;
font-weight: bold;
color: white;
white-space: nowrap;
}
.tableCol {
flex: 1;
}