Explorar el Código

Fix wrong justify-content value

Thomas Dy hace 6 años
padre
commit
72680d5dbb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {