Przeglądaj źródła

Fix wrong justify-content value

Thomas Dy 6 lat temu
rodzic
commit
72680d5dbb
1 zmienionych plików z 1 dodań i 1 usunięć
  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 {