Преглед изворни кода

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 {