CSS Tweak
This commit is contained in:
parent
2314fe8501
commit
a180d54899
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -120,6 +120,7 @@ p {
|
|||
font-family: aller, helvetica;
|
||||
color: white;
|
||||
font-size: 2.9vh;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue