瀏覽代碼

Fix wrong justify-content value

Thomas Dy 6 年之前
父節點
當前提交
72680d5dbb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {