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;
|
data[y] = obj;
|
||||||
})
|
})
|
||||||
|
|
||||||
//return res.send(data)
|
|
||||||
|
|
||||||
response.level = {
|
response.level = {
|
||||||
name: level.name, id: level.id, author: level.author, authorID: level.authorID, accountID: level.accountID, large: level.large
|
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;
|
font-family: aller, helvetica;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 2.9vh;
|
font-size: 2.9vh;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue