display credits on game over
This commit is contained in:
@ -194,6 +194,7 @@ footer {
|
||||
left: 50%;
|
||||
bottom: 1em;
|
||||
transform: translateX(-50%);
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -276,6 +276,7 @@ footer {
|
||||
left: 50%;
|
||||
bottom: 1em;
|
||||
transform: translateX(-50%);
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -198,6 +198,7 @@ footer {
|
||||
left: 50%;
|
||||
bottom: 1em;
|
||||
transform: translateX(-50%);
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
@ -227,7 +228,6 @@ a {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
#leaderboard td:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user