Contribute page imporvements, minor site imporvements

This commit is contained in:
mrfry 2020-11-28 16:46:56 +01:00
parent c68a445117
commit cc3def0e6f
9 changed files with 78 additions and 138 deletions

View file

@ -1,23 +1,17 @@
.table {
display: flex;
min-width: 800px;
max-height: 600px;
}
.categoryName {
text-align: center;
margin: 5px 0px;
font-size: 16px;
font-weight: bold;
color: white;
white-space: nowrap;
}
.tableCol {
flex: 1;
}
.tableContainer {
overflow-x: scroll;
overflow-y: scroll;
margin: 5px 0px;
}
.table {
justify-content: center;
}
.container {
flex-direction: column;
}
.title {
text-align: center;
font-size: 20px;
font-weight: bold;
}