Explorar el Código

Update choosables to have space-between justification.

Lee Morgan hace 5 años
padre
commit
b9ea3aaf01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      views/dashboardPage/css/dashboard.css

+ 1 - 1
views/dashboardPage/css/dashboard.css

@@ -167,7 +167,7 @@ Multi-strand use classes
 
 .choosable{
     display: flex;
-    justify-content: space-around;
+    justify-content: space-between;
     align-items: center;
     background: rgb(0, 27, 45);
     color: white;