Переглянути джерело

Update choosables to have space-between justification.

Lee Morgan 5 роки тому
батько
коміт
b9ea3aaf01
1 змінених файлів з 1 додано та 1 видалено
  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;