remove legacy category system

This commit is contained in:
Nick Krecklow
2020-03-30 01:06:30 -05:00
parent a458038075
commit f63d9bba4b
7 changed files with 19 additions and 132 deletions

View File

@ -110,7 +110,9 @@ strong {
/* Server listing */
.server-container {
overflow: auto;
display: flex; flex-wrap: wrap; justify-content: center;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.server {
@ -155,13 +157,6 @@ strong {
margin-bottom: 2px;
}
.category-header {
margin-bottom: 10px;
margin-left: 15px;
text-align: left;
display: none;
}
.server-meta {
font-size: 16px !important;
}