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;

View File

@@ -39,7 +39,7 @@ div {
flex-direction: column;
}
ol {
padding-left: 1rem;
padding-left: 1.375rem !important;
margin-left: 0;
li {

View File

@@ -70,7 +70,7 @@ a {
}
ol {
padding-left: 1rem;
padding-left: 0;
margin-left: 0;
}