Browse Source

Fix wrong justify-content value

Thomas Dy 6 years ago
parent
commit
72680d5dbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dist/style.css

+ 1 - 1
dist/style.css

@@ -537,7 +537,7 @@
 
 .stats-line {
   display: flex;
-  justify-content: right;
+  justify-content: flex-end;
 }
 
 .stats-line .pair span {