Jelajahi Sumber

Fix wrong justify-content value

Thomas Dy 6 tahun lalu
induk
melakukan
72680d5dbb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 {