CSS Tweak

This commit is contained in:
GDColon 2019-10-17 23:54:21 -04:00
parent 2314fe8501
commit a180d54899
2 changed files with 1 additions and 2 deletions

View file

@ -63,8 +63,6 @@ data.forEach((x, y) => {
data[y] = obj;
})
//return res.send(data)
response.level = {
name: level.name, id: level.id, author: level.author, authorID: level.authorID, accountID: level.accountID, large: level.large
}

View file

@ -120,6 +120,7 @@ p {
font-family: aller, helvetica;
color: white;
font-size: 2.9vh;
word-break: break-all;
}
h1 {