Little margin bottom of screen and padding between highscore title and content fixed.

This commit is contained in:
2020-01-25 23:39:02 +01:00
parent 4951e8d720
commit ee86dbb7a1
3 changed files with 6 additions and 2 deletions

View File

@@ -129,6 +129,10 @@ export default {
}
}
.container {
margin-bottom: 2.5rem;
}
.outer {
width: 100vw;
display: flex;