mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
24 lines
326 B
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;
|
|
}
|